create_rda_from_txt: This function read the txtfile first and create a rda object...

Description Usage Arguments Examples

Description

This function read the txtfile first and create a rda object using the same name as txt file and save it into the data folder

Usage

1
create_rda_from_txt(txtfile, package_dir, rda_name)

Arguments

txtfile

txtfile name and location

package_dir

package directory

Examples

1
2
3
4
## Not run: 
create_rda_from_txt(txtfile='data_folder/sample.txt',package_dir = "mypackage/")

## End(Not run)

YunlongNie/makingRpk documentation built on May 10, 2019, 1:54 a.m.