Read a LosGatos file.

read_losgatos(path, format = "dmy", clean_dir = FALSE, ...)

Arguments

path

Path to a file or directory.

format

either "dmy" or "mdy".

clean_dir

If TRUE directory is cleaned

...

additional parameters passed to read_csv()

Value

A data frame.

Examples

if (FALSE) { losgatos <- read_losgatos("path/to/losgatos/dir") losgatos <- read_losgatos("path/to/losgatos_file.txt") }