-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 883 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
# Generated by roxygen2: do not edit by hand
S3method(print,james_httr)
export(download_as_list)
export(get_url)
export(inspect_demodata)
export(james_get)
export(james_post)
export(read_json_jo)
export(read_json_js)
export(request_chart)
export(upload_txt)
export(valid_url)
importFrom(curl,curl)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,message_for_status)
importFrom(httr,modify_url)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(httr,user_agent)
importFrom(httr,warn_for_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(jsonlite,validate)
importFrom(utils,str)