Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 708 Bytes

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)