Description Usage Arguments Value Examples
Check if the dataset has a correct format
1 | check_file(file, noconfirm = FALSE, outfile = NULL)
|
file |
A string The file to check |
noconfirm |
A logical, Use TRUE to skip confirmation about file writing |
outfile |
A character the path where the file will be save if it need to be modify, NULL to use the file's directory |
Return a logical, if the file is correct it will be TRUE, else FALSE
1 2 3 | library(dataesgobr)
file <- system.file("extdata", "fichero.csv", package="dataesgobr")
correct <- check_file(file, noconfirm = TRUE, outfile = tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.