forked from FAIRDataPipeline/rDataPipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
88 lines (87 loc) · 2.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
export(attach_issue)
export(bin_ages)
export(check_exists)
export(check_query)
export(check_table_exists)
export(clean_query)
export(convert_to_grid)
export(convert_to_lower)
export(create_array)
export(create_distribution)
export(create_estimate)
export(create_table)
export(create_version_number)
export(download_data_product)
export(download_external_object)
export(download_from_database)
export(download_from_url)
export(get_components)
export(get_data_from_object_id)
export(get_entity)
export(get_entry)
export(get_existing)
export(get_fields)
export(get_file_hash)
export(get_github_hash)
export(get_package_info)
export(get_table_optional)
export(get_table_queryable)
export(get_table_readable)
export(get_table_required)
export(get_table_writable)
export(get_tables)
export(get_url)
export(get_version_numbers)
export(grid_intersection)
export(increment_version)
export(is_queryable)
export(new_author)
export(new_code_repo_release)
export(new_coderun)
export(new_data_product)
export(new_external_object)
export(new_issue)
export(new_keyword)
export(new_namespace)
export(new_object)
export(new_object_component)
export(new_source)
export(new_storage_location)
export(new_storage_root)
export(new_text_file)
export(paper_exists)
export(post_data)
export(read_array)
export(read_distribution)
export(read_estimate)
export(read_table)
export(register_everything)
export(upload_data_product)
export(upload_github_repo)
export(upload_object_links)
export(upload_paper)
export(upload_source_data)
export(upload_submission_script)
export(upload_toml_to_github)
export(validate_fields)
export(validate_table)
export(validate_token)
import(assertthat, except = has_name)
import(configr)
import(dplyr)
import(httr)
import(jsonlite)
import(rhdf5)
import(semver)
import(sf)
import(tibble)
import(tidyr)
importFrom(openssl,sha1)
importFrom(reshape2,dcast)
importFrom(stats,setNames)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,type.convert)
importFrom(utils,unzip)
importFrom(utils,write.csv)