check_file | R Documentation |
Shows the first few lines in a text file. Useful for trying to understand problems in GPS files.
check_file(file_name, n_max = 10, ...)
file_name |
Character. File path to check. |
n_max |
Numeric. Number of lines in the file to show. Default 10. |
... |
Arguments passed on to 'readr::read_lines()' |
Wrapper around 'readr::read_lines(n_max)'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.