Description Usage Arguments Examples
View source: R/transfer_data.R
Export data to csv file
| 1 | 
| data | Content to export to csv file | 
| file_path | Name of csv file that is the destination for  | 
| colnames | Boolean indicating whether column names should be written as first row (default: TRUE) | 
| rownames | Boolean indicating whther row names should be written as first column (default: TRUE) | 
| 1 2 3 | data(Fincher_lateral_muscle)
export_csv(data = Fincher_lateral_muscle,
            file_path = "C:/Users/exampleUser/Desktop/planaria.csv")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.