Learn R Programming

icd9 (version 0.2.1)

saveSourceTreeData: save data in source tree

Description

attempt to write the date from the source file to RData in the package source tree.

Usage

saveSourceTreeData(varName, path = "~/icd9/data")

Arguments

varName
is the variable name and the part of the filename which will be saved, followed by ".RData"
path
is a path name to destination folder for the data: no trailing slash.