use_data_raw {devtools}R Documentation

Use data-raw to compute package datasets.

Description

Use data-raw to compute package datasets.

Usage

use_data_raw(pkg = ".")

Arguments

pkg

Package where to create data-raw. Defaults to package in working directory.

See Also

Other infrastructure: infrastructure, use_build_ignore, use_data, use_news_md, use_package, use_readme_rmd


[Package devtools version 1.13.6 Index]