Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

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

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages