get_updates {hackeRnews} | R Documentation |
Hacker News updated profiles
Description
Retrieves changed item ids and changed profile usernames using Hacker News API
Usage
get_updates()
Value
list of changed item ids and list of changed profile usernames
Examples
# get ids/usernames of updated items/profiles
hn_updates <- get_updates()
hn_updates
[Package hackeRnews version 0.1.0 Index]