Description Usage Arguments Author(s) Examples
View source: R/funding_metadata.R
Functionality to clean and poolish the AGROFIMS API response.
clean api response attributes by AgroFIMS label in order to export the fieldbook file
1 | clean_fundagency(.data)
|
.data |
data.frame table with |
Omar Benites
1 2 3 4 5 6 7 8 | ## Not run:
.data <- ag_get_fundagency_studyId(studyDbId = 28,format = "data.frame",
serverURL = "https://research.cip.cgiar.org/agrofims/api/dev",
version ="/0212/r")
.data <- .replace_other_attribute_funding(.data, "fundagencytypeId", "fundagencytypeother")
.data <- clean_fundagency(.data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.