Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsta/autodatadoc
Example of automated data documentation for R packages
https://github.com/jsta/autodatadoc
Last synced: about 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T15:39:34.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:11:32.636Z (6 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
```