Learn R Programming

lares (version 4.10.6)

bring_api: Get API (JSON) and Transform into data.frame

Description

This function lets the user bring API data as JSON format and transform it into data.frame. Designed initially for Hubspot but may work on other API

Usage

bring_api(url, status = TRUE)

Arguments

url

Character. API's URL to GET.

status

Boolean. Display status message?

Value

data.frame of url GET results or NULL if no results returned by API.

See Also

Other Tools: autoline(), bindfiles(), db_download(), db_upload(), export_plot(), export_results(), get_credentials(), h2o_predict_API(), h2o_predict_MOJO(), h2o_predict_binary(), h2o_predict_model(), h2o_selectmodel(), haveInternet(), image_metadata(), importxlsx(), ip_data(), json2vector(), listfiles(), mailSend(), msplit(), myip(), quiet(), read.file(), statusbar(), tic(), try_require(), updateLares(), zerovar()

Other API: fb_accounts(), fb_ads(), fb_creatives(), fb_insights(), fb_posts(), fb_post(), fb_process(), fb_rf(), fb_token(), li_auth(), li_profile(), queryGA(), slackSend()