Description Usage Arguments Methods (by class)
Edit the software permissions
1 2 3 4 5 6 7 8 9 | edit_software_permissions(x, ...)
## S3 method for class 'data.frame'
edit_software_permissions(x, data = read_permissions(),
version = 3.2, ...)
## S3 method for class 'list'
edit_software_permissions(x, data = read_permissions(),
version = "3.2")
|
x |
The edits to perform |
... |
Additional arguments passed to methods |
data |
a authz data file |
version |
The release version number |
data.frame
: data.frame input, expects columns ‘package’ and ‘user’
list
: list input, expects a named list of packages and users
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.