getProject: Get Project data in a Data Frame from 'PhotosynQ'

Description Usage Arguments Details Value Note Examples

View source: R/getProject.R

Description

Get Project data using the Project's ID and create data frame(s).

Usage

1
getProject(projectID = "", processedData = TRUE, rawTraces = FALSE)

Arguments

projectID

The ID of your Project (Just copy the Project ID from the project page or your user page)

processedData

(optional) Receive the processed data when set to TRUE, receive raw Data when set to FALSE.

rawTraces

(optional) Adds raw traces to processed data. It is ignored when processedData is set to TRUE.

Details

This function produces a data frame for a 'PhotosynQ' Project using the Project's ID. The ID can be found on the Project's page on the 'PhotosynQ' website. This function call includes the Project data as well as information. In case multiple protocols were used, each protocol is in a separate data frame. By default the processed data is not included. The parameter rawTraces can be set to TRUE to include the rawTraces in combination with the processed data. By default the recorded traces are not received. When the original data structure is needed, separate calls have to be used including getProjectInfo and getProjectData.

Value

Separate data frame per protocol including measurement data and answers to Project.

Note

Including the raw data and/or the traces will increase the data frame size significantly.

Examples

1
getProject(1566)

Photosynq/PhotosynQ-R documentation built on July 19, 2021, 4:33 a.m.