Protect one or more sheets in a workbook
Usage
wb_protect_worksheets(
wb,
sheet = NULL,
protect = TRUE,
password = NULL,
properties = c("insertColumns", "insertRows", "deleteColumns", "deleteRows")
)Protect one or more sheets in a workbook
wb_protect_worksheets(
wb,
sheet = NULL,
protect = TRUE,
password = NULL,
properties = c("insertColumns", "insertRows", "deleteColumns", "deleteRows")
)