-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
127 lines (126 loc) · 3.81 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.get_other_rowpos_expdetails)
export(.get_other_rowpos_sitedesc)
export(.remove_other_exdetails)
export(.replace_other_attribute_expdetails)
export(.replace_other_attribute_fundagency)
export(.replace_other_attribute_personnel)
export(.replace_other_attribute_projentity)
export(.replace_other_attribute_projlead)
export(.replace_other_attribute_sitedesc)
export(agro_to_fbapp)
export(agro_to_kdsmart)
export(agro_to_odk)
export(agro_to_odk_choices)
export(agro_to_odk_survey)
export(assign_expunit)
export(calc_fertprod_design)
export(calc_nut_design)
export(calc_nutamount)
export(calc_prodamount)
export(calc_prodnut_split)
export(check_duplicates_traitlist)
export(ck_expdesign)
export(ck_factor_names)
export(ck_level_values)
export(clean_expdetails)
export(clean_fundagency)
export(clean_personnel)
export(clean_projentity)
export(clean_projlead)
export(clean_sitedesc)
export(convert_to_xlsx_cropdesc)
export(convert_to_xlsx_expdetails)
export(convert_to_xlsx_fundagency)
export(convert_to_xlsx_personnel)
export(convert_to_xlsx_projentity)
export(convert_to_xlsx_projlead)
export(convert_to_xlsx_sitedesc)
export(cr_cmeasurement_fbook)
export(cr_experimental_design)
export(cr_fbapp)
export(cr_mangprac_fbook)
export(cr_phenology_fbook)
export(cr_soil_fbook)
export(cr_weather_fbook)
export(filter_cropdesc_data)
export(filter_dsginfo_design)
export(filter_expunitinfo_design)
export(filter_factors_factorId)
export(flatten_manprac_actualplan)
export(get_agrofims_designnut)
export(get_agrofims_designprod)
export(get_agrofims_fertproducts)
export(get_agrofims_nutrients)
export(get_agrofims_traitlist)
export(get_cropdesc_metadata)
export(get_crops)
export(get_dsginfo_data)
export(get_expdesign_abbr)
export(get_expdesign_factors)
export(get_expdesign_params)
export(get_expdetails_metadata)
export(get_experimental_design)
export(get_factorial_levels)
export(get_fertproducts_crop)
export(get_fundagency_metadata)
export(get_manprac_protocol)
export(get_nonfactorial_levels)
export(get_personnel_metadata)
export(get_projentity_metadata)
export(get_projlead_metadata)
export(get_sitedesc_metadata)
export(has_agronomic_metadata)
export(mutate_categorical_validation_fbapp)
export(mutate_crop_names)
export(mutate_fertprod_nutelement)
export(mutate_format_fbapp)
export(mutate_level_unit)
export(mutate_nummeasurement_phenology)
export(mutate_nutrient_split)
export(mutate_timming_values)
export(mutate_variable_name)
export(mutate_variable_type_odk)
export(mutate_variable_validation_kdsmart)
export(mutate_variable_validation_odk)
export(odk_settings_structure)
export(odk_survey_structure)
export(remove_duplicates_traitlist)
export(replaceNaCharacter)
export(seq_protocol)
export(set_protocol_names_kdsmart)
importFrom(checkmate,allMissing)
importFrom(checkmate,anyMissing)
importFrom(checkmate,checkDataFrame)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(janitor,remove_empty)
importFrom(purrr,discard)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map_at)
importFrom(purrr,map_lgl)
importFrom(ragapi,ag_get_cropmea_expsiteId)
importFrom(ragapi,ag_get_edsfactors_expsiteId)
importFrom(ragapi,ag_get_edsfert_expsiteId)
importFrom(ragapi,ag_get_expdetails_studyId)
importFrom(ragapi,ag_get_personnel_studyId)
importFrom(ragapi,ag_get_phenomea_expsiteId)
importFrom(ragapi,ag_get_projentity_studyId)
importFrom(ragapi,ag_get_projlead_studyId)
importFrom(ragapi,ag_get_soil_expsiteId)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,separate)
importFrom(utils,stack)