Description Usage Arguments Examples
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
1 | create_rda_from_txt(txtfile, package_dir, rda_name)
|
txtfile |
txtfile name and location |
package_dir |
package directory |
1 2 3 4 | ## Not run:
create_rda_from_txt(txtfile='data_folder/sample.txt',package_dir = "mypackage/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.