clean_sitedesc: Clean values in experiment-site information

Description Usage Arguments Author(s) Examples

View source: R/expsite_metadata.R

Description

Tipically values users fill forms or combos with standarized inputs in AgroFIMS. However, sometimes ontologized inputs are not enough. For this reason, they select the Other value in order to fill options that have not been maped in the Agronomic Ontology in AgroFIMS

Usage

1

Arguments

.data

data to clean up Other values

Author(s)

Omar Benites

Examples

1
2
3
4
5
6
7
## Not run: 
.data <- ag_get_sitedesc_studyId(studyDbId = 21,format = "data.frame",
                                   serverURL = "https://research.cip.cgiar.org/agrofims/api/dev",
                                   version ="/0212/r")
.data. <- clean_sitedesc(.data, "experimentType", "experimentTypeOther")

## End(Not run)

AGROFIMS/ragrofims documentation built on Jan. 23, 2021, 8:40 a.m.