read_sift: Read SIFT Data

View source: R/read_sift.R

read_siftR Documentation

Read SIFT Data

Description

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.

Usage

read_sift(file, drop_prep = F, chatty = T)

Arguments

file

The file path for the SIFT .csv file.

drop_prep

Is the PREPARATION sub-data missing? TRUE/FALSE.

chatty

TRUE/FALSE. Should the function communicate what it is doing? Useful for debugging.

Value

A list.


jack-davison/siftr documentation built on July 1, 2023, 3:49 p.m.