setDataVersion: Add data version file to the root data path

Description Usage Arguments Value Examples

View source: R/datapath.R

Description

Add data version file to the root data path

Usage

1
2
3
4
setDataVersion(
  path = getNlDataPath(),
  pkgVersion = utils::packageDescription("Rnightlights")$Version
)

Arguments

path

The folder to add the README file to

pkgVersion

The version of the package

Value

None

Examples

1
2
3
4
  ## Not run: 
  Rnightlights:::setDataVersion(version="0.2.4")
  
## End(Not run)

chrisvwn/Rnightlights documentation built on Sept. 7, 2021, 1:44 a.m.