Learn R Programming

hackeRnews (version 0.2.1)

get_user_by_username: Get Hacker News user

Description

Get user corresponding to the specified username

Usage

get_user_by_username(username)

Value

user corresponding to the specified username

Arguments

username

of the user that should be retrieved

Examples

Run this code
# \donttest{
# Retrieve information about the jl user
get_user_by_username("jl")
# }

Run the code above in your browser using DataLab