Learn R Programming

gmwm (version 2.0.0)

install_imudata: Install IMU Data Package

Description

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

Usage

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.

Examples

Run this code
## Not run: 
# # Online install
# install_imudata()
# 
# # Local install
# install_imudata("LOCAL","C:/Users/James/Documents/imudata_x.y.z.tar.gz")
# ## End(Not run)

Run the code above in your browser using DataLab