-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(api_key)
export(create_new_article)
export(get_my_user)
export(get_users_articles)
export(get_users_unpublished_articles)
export(githubify_images)
export(is_postable_Rmd)
export(parse_article)
export(post_new_article)
export(setup_environ)
export(update_article)
importFrom(assertthat,has_extension)
importFrom(assertthat,is.readable)
importFrom(assertthat,see_if)
importFrom(attempt,stop_if_not)
importFrom(curl,has_internet)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(readr,read_file)
importFrom(rmarkdown,render)
importFrom(rmarkdown,yaml_front_matter)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(tibble,tibble)
importFrom(tidyr,unnest_wider)