so_doi | R Documentation |
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
so_diet
, so_dna_diet
, so_isotopes
, so_energetics
, so_lipids
## Not run:
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.