Consructs the path to reactor temporary directory.

reactor_path(x = tempdir(), ...)

Arguments

x

character, root of the path, Default: tempdir()

...

additional arguments to pass to file.path

Value

character

See also

Examples

reactor_path()
#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpkGRxyW/reactor"
reactor_path(tempdir(),'internal')
#> [1] "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T//RtmpkGRxyW/reactor/internal"