-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 885 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 885 Bytes
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
# Generated by roxygen2: do not edit by hand
export(create_json)
export(get_body_and_style)
export(get_languages)
export(get_ods_page)
export(is_available)
export(put_ods_page)
export(update_ods_page)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(httr2,req_auth_basic)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_error)
importFrom(httr2,req_method)
importFrom(httr2,req_options)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,map_chr)
importFrom(purrr,modify_at)
importFrom(purrr,pluck)
importFrom(rmarkdown,render)
importFrom(rmarkdown,yaml_front_matter)
importFrom(rvest,html_elements)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,read_html)