Skip to content

FinnishCancerRegistry/codedoc

Repository files navigation

Package codedoc

Allows generation of documentation from specifically formatted code comments.

R-CMD-check

Recommended installation

devtools::install_github(
  "FinnishCancerRegistry/codedoc",
  ref = readline("enter latest tag on github: ")
)

Example

block_df <- codedoc::extract_keyed_comment_blocks(
  text_file_paths = codedoc::example_text_file_path("r_script.R")
)
print(block_df)

Packages

No packages published

Languages