read_vitalpatch: Read a Folder of Vital Patch Data

View source: R/read_vitalpatch.R

read_vitalpatchR Documentation

Read a Folder of Vital Patch Data

Description

This function imports a folder of Vital Patch data in the standard format. That is, the format provided in Vital Patch's Eval Data. There should be a folder per channel. read_vitalpatch concatenates all the data into a single tibble (data.frame) so that the user doesn't have to do it manually.

Usage

read_vitalpatch(folder = NULL)

Arguments

folder

Optional. A path (directory) to the folder we want to analyze.

Value

Returns a tibble (data.frame) object with parsed dates.

Examples

read_vitalpatch()


edpclau/circadian-dynamics documentation built on July 1, 2024, 2:33 a.m.