read_file | R Documentation |
Function to read file
read_file(file_name = "", stringsAsFactors = FALSE, header = TRUE)
file_name |
Name of file to read |
stringsAsFactors |
Parameter for read.table function, by default stringsAsFactors = FALSE |
header |
Logical type to read or do not read head of a file |
data.frame of data from a file
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.