Get Project data using the Project's ID and create data frame(s).
getProject(projectID = "", processedData = TRUE, rawTraces = FALSE)
The ID of your Project (Just copy the Project ID from the project page or your user page)
(optional) Receive the processed data when set to
TRUE
, receive raw Data when set to FALSE
.
(optional) Adds raw traces to processed data. It is ignored
when processedData is set to TRUE
.
Separate data frame per protocol including measurement data and answers to Project.
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
.
# NOT RUN {
getProject(1566)
# }
Run the code above in your browser using DataLab