Learn R Programming

PhotosynQ (version 0.2.3)

getProjectData: 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 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.

Value

Project data is returned in the 'JSON' format. In case of issues it will return NULL.

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.

Examples

Run this code
# NOT RUN {
getProjectData(1566)
# }

Run the code above in your browser using DataLab