check_file: Explore a file

View source: R/helper.R

check_fileR Documentation

Explore a file

Description

Shows the first few lines in a text file. Useful for trying to understand problems in GPS files.

Usage

check_file(file_name, n_max = 10, ...)

Arguments

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()'

Details

Wrapper around 'readr::read_lines(n_max)'.


dhope/ARUtools documentation built on Jan. 18, 2024, 5:47 a.m.