View source: R/check_plater_format.R
check_plater_format | R Documentation |
Runs the provided file through a number of diagnostics to determine whether it is a valid plater format file and displays information about any deficiencies found.
check_plater_format(file, sep = ",")
file |
The path of the file to check. |
sep |
The character used to separate columns in the file (e.g. "," or ";"). Defaults to ",". |
Displays a number of messages as it checks the file. Will stop with a descriptive error message if the file is not formatted correctly.
file_path <- system.file("extdata", "example-1.csv", package = "plater")
data <- check_plater_format(file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.