Return the DOI of the SCAR Diet and Energetics Database being used
so_doi(cache_directory, ...)
cache_directory | string: (optional) the local cache directory containing the data. If no valid DOI is found in that directory, the return value will be |
---|---|
... | : additional parameters passed to |
string
if (FALSE) { xd <- so_diet(cache_directory = "session") ## the DOI of the data just read so_doi() ## the DOI of the data in a particular cache directory so_doi(cache_directory = "c:/my/cache/dir") }