if (FALSE) {
# get the "site" table names
get_NASIS_table_name_by_purpose("site")
# get the pedon table names
get_NASIS_table_name_by_purpose("pedon", SS = TRUE)
# metadata and lookup not affected by SS argument, but site and pedon are
get_NASIS_table_name_by_purpose(c("metadata", "lookup",
"site", "pedon"), SS = TRUE)
}
Run the code above in your browser using DataLab