An open API service indexing awesome lists of open source software.

https://github.com/finnishcancerregistry/codedoc

Keep your documentation close to your code --- with extractable comments.
https://github.com/finnishcancerregistry/codedoc

automated-documentation code-comments code-documentation developer-tools documentation documentation-generation documentation-tool r r-package r-tools software-documentation

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Package `codedoc`

Allows generation of documentation from specifically
formatted code comments.

[![R-CMD-check](https://github.com/FinnishCancerRegistry/codedoc/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/FinnishCancerRegistry/codedoc/actions/workflows/R-CMD-check.yaml)

# Recommended installation

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

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