NeoRun: NeoRun backup data conversion

Description Usage Examples

Description

set fname as backup file Run NeoRun_data and get the results. .res$base :: basic information of the event .res$Lap :: Get Lap data table .res$Graph :: Graph plot related table .res$GPS :: on the check. might have bug. <<<<<<< HEAD .res$Tag :: part of csv file as measured data .res$Memo :: any memo

Usage

1
.res <- NeoRun_data(fname,Memo)

Examples

1
2
3
4
5
6
7
8
9
library(NeoRun)
fname <- "inst/extdata/20170801-20170801.csv"
memo <- "Weekend Run"
.res <- NeoRun_data(fname,memo)
.res$base
.res$Lap
.res$Graph
.res$Tag
.res$Memo

419kfj/NeoRun documentation built on July 13, 2020, 5:27 p.m.