Learn R Programming

lares (version 4.8.4)

f1_contacts: Hubspot contacts (Somos F1)

Description

This function brings all contacts from Somos F1's Hubspot account. It also transforms the API's JSON result data into a relational table or data.frame. Keep in mind that it will always bring the latest value for each parameter (column).

Usage

f1_contacts(limit = 1000, creds = NA)

Arguments

limit

Integer. Limit the amount of contacts to return. Multiples of 100 or round up will occur.

creds

Character. Credential's user (see get_creds())

See Also

Other Credentials: db_download(), geoAddress(), get_credentials(), get_tweets(), mailSend(), queryDB(), queryGA(), slackSend(), stocks_file(), stocks_report()