cloudyr / MTurkR

R Client for the MTurk Requester API
https://cloud.r-project.org/package=MTurkR
91 stars 18 forks source link

Rewrite `*ToDataFrame` functions as S3 methods #36

Closed leeper closed 10 years ago

leeper commented 10 years ago

Related to #3, rewrite all functions of the form *ToDataFrame as as.data.frame.MTurkResponse methods, which will figure out the type of response from the XML content and return an appropriate data.frame.