R/correspondenceList.R
correspondenceList.Rdprovides an overview of all the available correspondence classification from CELLAR and FAO repository.
correspondenceList(endpoint)The SPARQL Endpoint. The valid values are "CELLAR", "FAO" or "ALL" for both.
correspondenceList() returns a list of the correspondence tables available with prefix name, ID, Source classification,
Target classification, Table name and URI.
{
corr_list = correspondenceList("ALL")
}