Learn R Programming

hackeRnews (version 0.1.0)

get_user_by_username: Get Hacker News user

Description

Get user corresponding to the specified username

Usage

get_user_by_username(username)

Arguments

username

of the user that should be retrieved

Value

user corresponding to the specified username

Examples

Run this code
# NOT RUN {
# Retrieve information about the jl user
get_user_by_username("jl")

# }

Run the code above in your browser using DataLab