Skip to content

Keep your documentation close to your code --- with extractable comments.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

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)