Learn R Programming

Rpipedrive (version 0.1.1)

get_all_: Execute GET from pipedrive's URL

Description

Execute GET from pipedrive's URL, download all pages from URL and return a data frame with result.

Usage

get_all_(url)

Arguments

url

Pipedrive URL for get informations from bases

Value

a data frame with result

Examples

Run this code
# NOT RUN {
#Example
get_all_("https://api.pipedrive.com/v1/activities?start=0&api_token=exemaple_token")
# }

Run the code above in your browser using DataLab