webmiddens settings
wm_configuration(path, expire = NULL)
| path | (character) path to set for the current midden |
|---|---|
| expire | (numeric/integer) an expiration time (seconds) |
nothing, sets path and expire settings
if (FALSE) { wm_configuration("foobar") wm_configuration("foobar", expire = 6) }