View source: R/read_vitalpatch.R
read_vitalpatch | R Documentation |
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.
read_vitalpatch(folder = NULL)
folder |
Optional. A path (directory) to the folder we want to analyze. |
Returns a tibble (data.frame) object with parsed dates.
read_vitalpatch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.