# Generated by roxygen2: do not edit by hand

export("%>%")
export(create_token)
export(find_woeid)
export(get_favorites)
export(get_followers)
export(get_friends)
export(get_timeline)
export(get_tokens)
export(get_trends)
export(lookup_coords)
export(lookup_friendships)
export(lookup_statuses)
export(lookup_users)
export(mutate_coords)
export(next_cursor)
export(parse_data)
export(parse_stream)
export(parser)
export(post_favorite)
export(post_follow)
export(post_friendship)
export(post_mute)
export(post_tweet)
export(post_unfollow_user)
export(rate_limit)
export(save_as_csv)
export(search_tweets)
export(search_users)
export(stream_tweets)
export(trends_available)
export(ts_filter)
export(ts_plot)
export(tweets_data)
export(users_data)
importFrom(grDevices,hcl)
importFrom(graphics,axis)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,strwidth)
importFrom(graphics,title)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,oauth1.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,progress)
importFrom(httr,timeout)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,stream_in)
importFrom(magrittr,"%>%")
importFrom(openssl,rsa_decrypt)
importFrom(stats,quantile)
importFrom(utils,write.csv)
