Description Usage Arguments Details Value Examples
Format dates returned by API, see details.
1 |
date |
date column, see examples. |
Webhose's servers are in Israel, this is used as timezone.
vector of class POSIXct
.
1 2 3 4 5 6 7 8 | ## Not run:
token <- wh_token("xXX-x0X0xX0X-00X")
rstats <- wh_news(token, q = '"R programming language"') %>% # use quote marks!
wh_collect() %>% # collect results
dplyr::mutate(published = wh_date(published))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.