Learn R Programming

hackeRnews (version 0.2.1)

get_updates: Hacker News updated profiles

Description

Retrieves changed item ids and changed profile usernames using Hacker News API

Usage

get_updates()

Arguments

Value

list of changed item ids and list of changed profile usernames

Examples

Run this code
# \donttest{
# get ids/usernames of updated items/profiles
hn_updates <- get_updates()
hn_updates
# }

Run the code above in your browser using DataLab