webmiddens settings

wm_configuration(path, expire = NULL)

Arguments

path

(character) path to set for the current midden

expire

(numeric/integer) an expiration time (seconds)

Value

nothing, sets path and expire settings

Examples

if (FALSE) { wm_configuration("foobar") wm_configuration("foobar", expire = 6) }