-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(bus_departs)
export(bus_incidents)
export(bus_path)
export(bus_position)
export(bus_routes)
export(bus_schedule)
export(bus_stops)
export(elevator_incidents)
export(next_bus)
export(next_train)
export(no_data_now)
export(rail_destination)
export(rail_entrance)
export(rail_incidents)
export(rail_lines)
export(rail_path)
export(rail_positions)
export(rail_stations)
export(rail_times)
export(standard_routes)
export(station_info)
export(track_circuits)
export(wmata_api)
export(wmata_key)
export(wmata_validate)
importFrom(geodist,geodist)
importFrom(hms,parse_hm)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,accept_json)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)