Description Usage Arguments Author(s) Examples
Remove other values in expdtails data
1 | .remove_other_exdetails(.data, other_attribute)
|
.data |
data to clean up |
other_attribute |
Other attribute name related to |
Omar Benites
1 2 3 4 5 6 7 | ## Not run:
.data <- ag_get_expdetails_studyId(studyDbId = 21,format = "data.frame",
serverURL = "https://research.cip.cgiar.org/agrofims/api/dev",
version ="/0212/r")
.data. <- .remove_other_exdetails(.data, "experimentTypeOther")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.