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_id
Comment identifieruser_id
User identifierepobject_id
body
Text of commentposted
date and time postedmajor
gid
firstname
Commenter's first namelastname
Commenter's last nameurl
URL of the commentuseurl
URL endpoint for commenter
[Package twfy version 0.1.0 Index]