getProjectData {PhotosynQ} | R Documentation |
Get Project Data from 'PhotosynQ'
Description
Get Project Data using the Project's ID
Usage
getProjectData(projectID = "", processedData = TRUE, rawTraces = FALSE)
Arguments
projectID |
The ID of your Project (Just copy the Project's ID from the project page or your user page) |
processedData |
(optional) Receive the processed data when set to
|
rawTraces |
(optional) Adds raw traces to processed data. It is ignored
when processedData is set to |
Details
This function receives the data from 'PhotosynQ' for a specific Project. The
revceived data is in the original 'JSON' structure. When setting the
processedDate
to FALSE
the raw data will be received instead of
the processed data. 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
traces are not received.
Value
Project data is returned in the 'JSON' format. In case of issues it
will return NULL
.
Note
Including the raw data and/or the traces will increase the data frame size significantly.
Examples
getProjectData(1566)