Description Usage Arguments Details Value Examples
Retrieve raw and tidy results from the company properties endpoint.
1 2 3 4 5 6 7 8 9 | hs_company_properties_raw(
token_path = hubspot_token_get(),
apikey = hubspot_key_get()
)
hs_company_properties_tidy(
company_properties = hs_company_properties_raw(),
view = "names"
)
|
token_path |
Path to OAuth 2.0 token.
See |
apikey |
API key to work with Hubspot (only used if |
company_properties |
Company properties as returned by |
view |
A view (see Details) |
Required scope(s) of the OAuth token: contacts.
Different view
values and associated output.
"names": A character vector of the names of available company properties.
List of company properties (hs_company_properties_raw()
)
Something tidy (hs_company_properties_tidy()
)
1 2 | properties <- hs_company_properties_raw()
property_names <- hs_company_properties_tidy(properties, view = "names")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.