Description Usage Arguments Details Value Examples
Reads a csv file into the workspace.
1 | myread(csv, dird)
|
csv |
a string with the filename of the csv to read |
dird |
a string with the filepath up to the file where the csv is |
Given a path string and csv name, reads the csv into a data frame in the workspace.
a data frame of values
1 2 | dird = "[directory path]"; csv = "[filename]"
myread(csv, dird)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.