Allows generation of documentation from specifically formatted code comments.
devtools::install_github(
"FinnishCancerRegistry/codedoc",
ref = readline("enter latest tag on github: ")
)
block_df <- codedoc::extract_keyed_comment_blocks(
text_file_paths = codedoc::example_text_file_path("r_script.R")
)
print(block_df)