read_losgatos: Read a LosGatos file.

Description Usage Arguments Value Examples

View source: R/device_utility.R

Description

Read a LosGatos file.

Usage

1
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

1
2
3
4
5
## Not run: 
 losgatos <- read_losgatos("path/to/losgatos/dir")
 losgatos <- read_losgatos("path/to/losgatos_file.txt")

## End(Not run)

tekknosol/glimmr documentation built on Oct. 17, 2020, 1:39 a.m.