set_ok_to_store {onetime} | R Documentation |
Grant or revoke permission to store lockfiles on the user's computer
Description
End users may use this from the command line. Package authors should only
call it if they cannot ask for permission interactively using
check_ok_to_store(ask = TRUE)
.
Usage
set_ok_to_store(ok = TRUE)
Arguments
ok |
|
Value
Invisible NULL
.
Examples
## Not run:
set_ok_to_store()
## End(Not run)
[Package onetime version 0.2.0 Index]