read_stat | R Documentation |
Function to read stats and evaluation output
read_stat(file, sep = ";", dec = ".", verbose = FALSE, ...)
file |
model data.frame |
sep |
the field separator string, passed to read.table function |
dec |
he string to use for decimal points, passed to read.table function |
verbose |
display additional information |
... |
arguments passed to read.table functions |
No return value
sample <- read_stat(file = paste0(system.file("extdata", package = "eva3dm"),"/sample.txt"),
verbose = TRUE)
sample <- read_stat(file = paste0(system.file("extdata", package = "eva3dm"),"/sample.csv"),
verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.