Description Usage Arguments Examples
View source: R/transfer_data.R
Import data from a text file
1  | import_txt(file_path, colnames, rownames)
 | 
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)  | 
1 2  | import_excel(file_path = "C:/Users/adamc/Desktop/Fincher_muscle.xlsx",
            rownames = TRUE, colnames = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.