Skip to contents

This function lets the user bring API data as JSON format and transform it into data.frame.

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.