Description Usage Arguments Value Examples
This function takes in a csv, reads through its contents, and creates a dataframe by separating the terms by commas. If the file is not in the current directory, users will be prompted to locate and choose the file off their system.
1 | myread(csv)
|
csv |
Name of csv file |
Dataframe type
1 2 | ## Not run: mpg.df=myread("EPAGAS.csv")
## Not run: choose.df=myread("")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.