https://github.com/jsta/autodatadoc
Example of automated data documentation for R packages
https://github.com/jsta/autodatadoc
Last synced: 24 days ago
JSON representation
Example of automated data documentation for R packages
- Host: GitHub
- URL: https://github.com/jsta/autodatadoc
- Owner: jsta
- Created: 2020-07-12T15:00:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T15:39:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T08:48:55.445Z (3 months ago)
- Language: R
- Homepage: https://jsta.github.io/autodatadoc
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jsta/autodatadoc - Example of automated data documentation for R packages (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# autodatadoc
The goal of autodatadoc is to demonstrate how to create automated data documentation for R packages use the `@eval` roxygen tag. See [blog post] for details.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("jsta/autodatadoc")
```
## Example```{r example}
library(autodatadoc)
?population
```