Read a LosGatos file.
read_losgatos(path, format = "dmy", clean_dir = FALSE, ...)
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() |
A data frame.
if (FALSE) { losgatos <- read_losgatos("path/to/losgatos/dir") losgatos <- read_losgatos("path/to/losgatos_file.txt") }