install_imudata: Install IMU Data Package

Description Usage Arguments Details Author(s) Examples

Description

Downloads and Install the IMU Data Package to use with the GMWM Package

Usage

1
install_imudata(type = "ONL", loc = NULL)

Arguments

type

A string with value "ONL" or "LOCAL"

loc

A string that contains the file location.

Details

The IMU Data Package contains data from real life IMUs and is approximately a 13.8 MB download.

Author(s)

JJB

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Online install
install_imudata()

# Local install
install_imudata("LOCAL","C:/Users/James/Documents/imudata_x.y.z.tar.gz")

## End(Not run)

gmwm documentation built on April 14, 2017, 4:38 p.m.