Usage
AssignmentsToDataFrame(xml = NULL, xml.parsed = NULL, return.assignment.xml = FALSE)
BonusPaymentsToDataFrame(xml = NULL, xml.parsed = NULL)
ExternalQuestionToDataFrame(xml = NULL, xml.parsed = NULL)
HITsToDataFrame(xml = NULL, xml.parsed = NULL, return.hit.xml = FALSE, return.qual.list = TRUE)
HTMLQuestionToDataFrame(xml = NULL, xml.parsed = NULL)
QualificationRequestsToDataFrame(xml = NULL, xml.parsed = NULL)
QualificationRequirementsToDataFrame( xml = NULL, xml.parsed = NULL, xmlnodeset = NULL,
hit = NULL, hit.number = NULL)
QualificationsToDataFrame(xml = NULL, xml.parsed = NULL)
QualificationTypesToDataFrame(xml = NULL, xml.parsed = NULL)
QuestionFormAnswersToDataFrame(xml = NULL, xml.parsed = NULL)
QuestionFormToDataFrame(xml = NULL, xml.parsed = NULL)
ReviewResultsToDataFrame(xml = NULL, xml.parsed = NULL)
WorkerBlockToDataFrame(xml = NULL, xml.parsed = NULL)
Arguments
xml
A character string containing a full MTurk XML response. Must specify this or the xml.parsed
parameter.
xml.parsed
A full MTurk XML response parsed by the xmlParse
. Must specify this or the xml
parameter.
xmlnodeset
An XML nodeset.
return.assignment.xml
A logical indicating whether workers' responses to HIT questions should be returned.
return.hit.xml
A logical indicating whether the HIT XML should be returned. Default is FALSE
.
return.qual.list
A logical indicating whether the QualificationRequirement list should be returned. Default is TRUE
.
hit
An optional parameter included for advanced users, to return only one of the specified HITs.
hit.number
An optional parameter included for advanced users, to return only one of the specified HITs.