get_user_by_username {hackeRnews} | R Documentation |
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
# Retrieve information about the jl user
get_user_by_username("jl")
[Package hackeRnews version 0.1.0 Index]