View source: R/filepath-tools.R
restez_path_get | R Documentation |
Return filepath to where the restez database is stored.
restez_path_get()
character
Other setup:
restez_path_set()
,
restez_path_unset()
,
restez_ready()
,
restez_status()
library(restez)
# set a restez path with a tempdir
restez_path_set(filepath = tempdir())
# check what the set path is
(restez_path_get())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.