knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
The goal of fit2csv
is to convert Fit files to CSV.
You can install fit2csv
from GitHub with:
# install.packages("remotes") remotes::install_github("muschellij2/fit2csv")
library(fit2csv) file = system.file("extdata", "example.fit", package = "fit2csv") res = fit2csv(file) x = read.csv(res, as.is = TRUE) head(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.