Learn R Programming

unisensR (version 0.3.4)

readUnisensEventEntry: Read Unisens Event Entry

Description

Read Unisens Event Entry

Usage

readUnisensEventEntry(unisensFolder, id)

Value

DataFrame.

Arguments

unisensFolder

Unisens Folder

id

ID of the event entry.

Examples

Run this code
unisensPath <- system.file('extdata/unisensExample', package = 'unisensR', mustWork = TRUE)
readUnisensEventEntry(unisensPath, 'qrs-trigger.csv')

Run the code above in your browser using DataLab