-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
51 lines (50 loc) Β· 1.33 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
export("%>%")
export(company_properties)
export(contact_properties)
export(deal_associations)
export(deal_pipeline_stages)
export(deal_pipelines)
export(deal_properties)
export(deal_properties_history)
export(deal_stages_history)
export(default_ld_hubspot_app)
export(get_companies)
export(get_company_properties)
export(get_contact_properties)
export(get_contacts)
export(get_deal_pipelines)
export(get_deal_properties)
export(get_deals)
export(get_owners)
export(hs_companies_raw)
export(hs_companies_tidy)
export(hs_company_properties_raw)
export(hs_company_properties_tidy)
export(hs_contact_lists_raw)
export(hs_contact_lists_tidy)
export(hs_contact_properties_raw)
export(hs_contact_properties_tidy)
export(hs_contacts_raw)
export(hs_contacts_tidy)
export(hs_deal_pipelines_raw)
export(hs_deal_pipelines_tidy)
export(hs_deal_properties_raw)
export(hs_deal_properties_tidy)
export(hs_deals_raw)
export(hs_deals_tidy)
export(hs_engagements_raw)
export(hs_engagements_tidy)
export(hs_forms_from_a_portal_raw)
export(hs_forms_from_a_portal_tidy)
export(hs_owners_raw)
export(hs_owners_tidy)
export(hubspot_api_usage)
export(hubspot_key_get)
export(hubspot_key_set)
export(hubspot_token_create)
export(hubspot_token_get)
export(owners)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(utils,head)