| loadCSV | R Documentation | 
Load a CSV file from the server
loadCSV(server, id, header = TRUE, sep = ",", quote = "\"",
  dec = ".", fill = TRUE, comment.char = "")
| server | The server | 
| id | The original file ID | 
| header | Flag to indicate that the file starts with a header line | 
| sep | The separator character | 
| quote | The quote character | 
| dec | The decimal point character | 
| fill | Flag to indicate if blank fields should be added for rows with unequals length | 
| comment.char | The comment character | 
The dataframe constructed from the CSV file
## Not run: 
df <- loadCSV(server, file_annotation_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.