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
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
5
  ## Not run: 
  Rnightlights:::setDataVersion(version="0.2.4")
  
## End(Not run)
    

Rnightlights documentation built on Aug. 29, 2019, 5:02 p.m.