Description Usage Arguments Value Note Author(s)
View source: R/check_institution_names.R
This function simply checks SOOS institution data against the available geocode table. If the test is passed, it then retrieves lat, lon coordinates for SOOS institution names as a data frame. If the test is failed, a "Failed" message is returned.
1 | check_institution_names(institutions, institution_names_data)
|
institutions |
list of institution character vercors to be checked from the data file |
institution_names_data |
A data frame. The data frame must contain 4 columns labeled "Name" (what SOOS records the Affiliations as), "Type", "Latitude" and "Longitude". SSee example_institution_data for an example.#' |
If check failed returns "Failed". If check sucessfull returns institution,lat,lon and a participation count as a dataframe
v.0.1
Kimberlee Baldry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.