-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
33 lines (32 loc) · 806 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
# Generated by roxygen2: do not edit by hand
export(adjust_for_inflation)
export(afi)
export(append_exchangeratehost_access_key)
export(convert_currencies)
export(convert_to_iso2Code)
export(country_input_type)
export(currencies)
export(currency_characters)
export(currency_to_numeric)
export(exchange_rate_latest)
export(extract_salary)
export(format_currency)
export(format_dollars)
export(from_to_dates_rates)
export(historical_exchange_rates)
export(pminmax)
export(retrieve_inflation_data)
export(round_down_to_nearest)
export(round_to_nearest)
export(round_up_to_nearest)
export(show_countries)
export(url_all_results)
import(dplyr)
import(gsubfn)
import(purrr)
import(stringi)
import(stringr)
importFrom(jsonlite,fromJSON)
importFrom(purrr,map_df)
importFrom(stats,na.omit)
importFrom(utils,stack)