import_txt: Import data from a text file

Description Usage Arguments Examples

View source: R/transfer_data.R

Description

Import data from a text file

Usage

1

Arguments

file_path

Full file path of text file

colnames

Boolean indicating whether first row should become column names (default: FALSE)

rownames

Boolean indicating whther first column should become row names (default: FALSE)

Examples

1
2
import_excel(file_path = "C:/Users/adamc/Desktop/Fincher_muscle.xlsx",
            rownames = TRUE, colnames = TRUE)

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