import_csv: Import data from a csv file

Description Usage Arguments Examples

View source: R/transfer_data.R

Description

Import data from a csv file

Usage

1

Arguments

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)

Examples

1
2
3
lat_muscle <- import_csv(file_path =
                        "C:/Users/exampleUser/Desktop/planaria.xlsx",
                        colnames = TRUE)

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