Title Take four input parameters and stored in a list object named "user_info" with keys "consumer_key", "consumer_secret", "access_token", and "access_token_secret".
Source:R/load_twitter_msg.R
user_info.Rd
Title Take four input parameters and stored in a list object named "user_info" with keys "consumer_key", "consumer_secret", "access_token", and "access_token_secret".
Usage
user_info(
consumer_key_input,
consumer_secret_input,
access_token_input,
access_token_secret_input
)