export_csv: Export data to csv file

Description Usage Arguments Examples

View source: R/transfer_data.R

Description

Export data to csv file

Usage

1

Arguments

data

Content to export to csv file

file_path

Name of csv file that is the destination for data

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)

Examples

1
2
3
data(Fincher_lateral_muscle)
export_csv(data = Fincher_lateral_muscle,
            file_path = "C:/Users/exampleUser/Desktop/planaria.csv")

adamnc2/simpleSCDE documentation built on May 7, 2019, 7:40 a.m.