lundi 15 octobre 2018

Mix editable and uneditable checkboxes with rhandsontable

I wanted to make a selection with R checkboxes in table format. I learned that by using the rhandsontable package, I can create a check box in the form of a table.

I do not want to display a check box on part of the table. For example, how do I do not display the check box at the bottom right of the table below?

checkbox table

The code is shown below.

library(rhandsontable)
df <- data.frame(logical1 = c(TRUE,TRUE,TRUE), logical2 = c(TRUE, TRUE, NA))
rhandsontable(df)




Aucun commentaire:

Enregistrer un commentaire