read_sift | R Documentation |
Raw SIFT data is very messy and hard to use. This function reads SIFT data from a .csv and "tidies" each element to enhance usability. The output is a list of each individual table that the SIFT outputs, as well as the date and time the SIFT began working. Also has functionality to specify if the PREPARATION PHASE is present or not.
read_sift(file, drop_prep = F, chatty = T)
file |
The file path for the SIFT .csv file. |
drop_prep |
Is the PREPARATION sub-data missing? TRUE/FALSE. |
chatty |
|
A list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.