Description Usage Arguments Details Value Examples
This function downloads the CF standard name table and caches it for further use.
| 1 | 
| version | The version of the CF standard name table. | 
This function downloads the xml file of the CF standard name table, extracts
its entries with the read_xml and
xml_find_all, and stores the result as well as the
version in the cf_cache environment. If called again, the
function uses the cached result unless the version argument changes.
An xml2 nodeset of the entries in the CF standard name table.
| 1 2 3 | get_cf_standard_names_table()
# use older standard
get_cf_standard_names_table(42)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.