View source: R/merge_permissions.R
merge_read_and_write_matrices | R Documentation |
Merge Read and Write Permission Matrices
merge_read_and_write_matrices(matrix_read, matrix_write)
matrix_read |
matrix of 0 with 1 at positions with read-permissions |
matrix_write |
matrix of 0 with 2 at positions with write-permissions |
matrix of character with "" at positions without permissions, "-" at positions with read-permissions, "|" at positions with write-permissions and "+" at positions with read- and write-permissions
# Get example matrices matrices <- get_example_read_and_write_matrices() # Overlay example matrices merge_read_and_write_matrices(matrices$read, matrices$write)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.