-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.14 KB
/
NAMESPACE
File metadata and controls
47 lines (46 loc) · 1.14 KB
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
45
46
47
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_id_statement)
export(add_item_statement)
export(add_statement)
export(check_existing_item)
export(check_existing_property)
export(copy_wikidata_item)
export(copy_wikidata_property)
export(create_item)
export(create_property)
export(get_claim)
export(get_claims)
export(get_csrf)
export(get_csrf_token)
export(get_property_definition)
export(get_wikidata_item)
export(here)
export(is_pid)
export(is_qid)
export(is_valid_wikibase_datatype)
export(left_join_column)
export(new_wikibase_session)
importFrom(assertthat,assert_that)
importFrom(dataset,dataset_df)
importFrom(dataset,defined)
importFrom(dataset,dublincore)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(here,here)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,handle)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,safely)
importFrom(tibble,tibble)
importFrom(utils,person)
importFrom(utils,write.table)