read_fit: Read FIT files

Description Usage Arguments Value Examples

Description

Read FIT files

Usage

1
read_fit(path_to_fit, ..., quietly = FALSE, verbose = FALSE)

Arguments

path_to_fit

[chr] the path to the FIT file

...

additional argument passed to read_csv

quietly

[lgl] Would you like to know what the function is doing? (default is FALSE)

verbose

[lgl] Would you like to know (also) what read_csv is doing?

Value

a list of dataframe, each one for each kind of data stored into the FIT file provided.

Examples

1
2
3
4
## Not run: 
  read_fit("./data-raw/2018-06-02/21188777597.fit")

## End(Not run)

UBESP-DCTV/garminer documentation built on May 23, 2019, 1:08 p.m.