Description Usage Arguments Examples
View source: R/transfer_data.R
Import data from a csv file
1 | import_csv(file_path, colnames = FALSE, rownames = FALSE)
|
file_path |
File path to csv file |
colnames |
Boolean indicating whether first row should be treated as column names (default: FALSE) |
rownames |
Boolean indicating whther first column should be treated as row names (default: FALSE) |
1 2 3 | lat_muscle <- import_csv(file_path =
"C:/Users/exampleUser/Desktop/planaria.xlsx",
colnames = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.