template_settings {shidashi} | R Documentation |
Configure template options that are shared across the sessions
Description
Configure template options that are shared across the sessions
Usage
template_settings
template_settings_set(...)
template_settings_get(name, default = NULL)
template_root()
Arguments
... |
key-value pair to set options |
name |
character, key of the value |
default |
default value if the key is missing |
Format
An object of class list
of length 3.
Details
The settings is designed to store static key-value pairs that
are shared across the sessions. The most important key is
"root_path"
, which should be a path pointing to the template
folder.
Value
template_settings_get
returns the values represented by the
corresponding keys, or the default value if key is missing.
Examples
# Get current website root path
template_root()
[Package shidashi version 0.1.6 Index]