searchPost(q, ret = "data.frame", language = NULL, results = 1, nextToken = NULL, cr = 0)
list
of the retrieved items on the page,
or that list parsed into a data.frame
.Details
for more on its content.
parsePost
or a data
frame with that function already applied.The length of the list or the number of rows of the data
frame are somewhat ambiguous. Specifying the results
argument will try to get that many results. But there may
be less (because Google could not find more) or more
(because Google is organizing results on pages and it would
be a waste to discard them automatically). If you really
depend on getting not more rows than you expected, use
standard selection (i.e. [
) to trim the results.
## Not run:
# searchPost("#cats")
# ## End(Not run)
Run the code above in your browser using DataLab