Description Usage Arguments Examples
Has methods:
$cache()
$log()
$data()
$config()
$site_data()
$site_config()
1 2 3 4 5 6 7 |
appname |
is the name of application. If NULL, just the system directory is returned. |
appauthor |
(only required and used on Windows) is the name of the appauthor or distributing body for this application. Typically it is the owning company name. This falls back to appname. |
version |
is an optional version path element to append to the
path. You might want to use this if you want multiple versions
of your app to be able to run independently. If used, this
would typically be |
expand |
If TRUE (the default) will expand the |
os |
Operating system whose conventions are used to construct the
requested directory. Possible values are "win", "mac", "unix". If |
1 2 3 4 5 6 7 |
[1] "/home/anon/.cache/ggplot2"
[1] "/home/anon/.cache/ggplot2/log"
[1] "/home/anon/.local/share/ggplot2"
[1] "/home/anon/.config/ggplot2"
[1] "/etc/xdg/ggplot2"
[1] "/usr/local/share/ggplot2"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.