| getComments {twfy} | R Documentation |
Get comments left on TheyWorkForYou
Description
Get comments left on TheyWorkForYou
Usage
getComments(start_date = NULL, end_date = NULL, search = NULL,
pid = NULL, page = NULL, num = NULL)
Arguments
start_date |
Beginning date |
end_date |
End date |
search |
A search string |
pid |
A person identifier |
page |
which page of results to provide. Defaults to first page |
num |
Number of results to return |
Value
A list containing data.frames with columns
comment_idComment identifieruser_idUser identifierepobject_idbodyText of commentposteddate and time postedmajorgidfirstnameCommenter's first namelastnameCommenter's last nameurlURL of the commentuseurlURL endpoint for commenter
[Package twfy version 0.1.0 Index]