Skip to contents

Return filepath to where the restez database is stored.

Usage

restez_path_get()

Value

character

See also

Examples

library(restez)
# set a restez path with a tempdir
restez_path_set(filepath = tempdir())
#> ... Creating '/tmp/RtmpoytYpe/restez'
#> ... Creating '/tmp/RtmpoytYpe/restez/downloads'
# check what the set path is
(restez_path_get())
#> [1] "/tmp/RtmpoytYpe/restez"