-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1000 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ATWeb_Auth)
export(ATWeb_Logout)
export(GetAPBills)
export(GetAPBillsRaw)
export(GetBalanceSheet)
export(GetEntities)
export(GetEntitiesRaw)
export(GetEntityClasses)
export(GetGLTransactions)
export(GetGLTransactionsCodeBlockDetail)
export(GetGLTransactionsRaw)
export(GetIncomeStatement)
export(GetInvestorBalances)
export(GetPortfolioClasses)
export(GetPortfolioList)
export(GetPortfolioListRaw)
export(GetPortfolioTransactions)
export(GetPortfolioTransactionsRaw)
export(GetPositions)
export(GetPositionsByEntity)
export(GetPositionsRaw)
export(GetSecuritiesList)
export(GetSecuritiesListRaw)
export(GetSecurityClasses)
export(GetSecurityPerformance)
export(GetSecurityPerformanceByEntity)
export(GetSecurityValues)
export(GetSecurityValuesRaw)
import(DBI)
import(dplyr)
import(glue)
import(httr)
import(magrittr)
import(purrr)
import(readr)
import(stringr)
import(tidyr)
import(tidyverse)
import(xml2)
importFrom(magrittr,"%>%")