Is it posible to divide a cell of a DT::datatable
into 3 in the same row?Something like:
Population<-"Population 1"
Variable<-c("row1","row2","row3")
df<-data.frame(Population,Variable)
Is it posible to divide a cell of a DT::datatable
into 3 in the same row?Something like:
Population<-"Population 1"
Variable<-c("row1","row2","row3")
df<-data.frame(Population,Variable)