getWrans {twfy} | R Documentation |
Get written answers to questions
Description
The output of this function needs documentation.
Usage
getWrans(date = NULL, search = NULL, person = NULL, gid = NULL,
order = c("d", "r"), page = NULL, num = NULL)
Arguments
date |
Date for which answers are required |
search |
A search string |
person |
A person identifier to specify who provided the answers |
gid |
A written question and answer identifier to return |
order |
whether to order results by date or relevance. Defaults to date |
page |
which page of results to provide. Defaults to first page |
num |
Number of results to return |
Value
A data.frame with two columns
entry
a data.framesubs
a data.frame
. The entry
data.frame has columns
epobject_id
htype
gid
hpos
section_id
subsection_id
hdate
htime
source_url
major
minor
video_status
colnum
body
. subs
is a list containing data.frames with all the columns in
entry
and in addition
excerpt
listurl
commentsurl
totalcomments
comment
[Package twfy version 0.1.0 Index]