-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.23 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
52
# Generated by roxygen2: do not edit by hand
export(agent)
export(base_url)
export(login_date_time)
export(token)
export(trading_account)
export(trading_account_report)
export(trading_cancel_order)
export(trading_currencies)
export(trading_instruments)
export(trading_instruments_fronts)
export(trading_login)
export(trading_lookup)
export(trading_md)
export(trading_mdh)
export(trading_new_order)
export(trading_orders)
export(trading_ws_close)
export(trading_ws_md)
export(trading_ws_orders)
export(user_name)
import(dplyr)
import(httr)
import(jsonlite)
import(methods)
import(websocket)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(later,run_now)
importFrom(lifecycle,badge)
importFrom(magrittr,"%>%")
importFrom(purrr,assign_in)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,modify_depth)
importFrom(purrr,pluck)
importFrom(purrr,simplify_all)
importFrom(purrr,some)
importFrom(purrr,walk)
importFrom(rlang,env)
importFrom(rlang,expr)
importFrom(rlang,is_empty)
importFrom(rlang,is_null)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_row)
importFrom(tibble,enframe)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)