How can I reduce white space between columns in datatable object from DT R package?

I would like to reduce the spacing between columns in a datable (DT package from R language). See example below:

datatable(iris)

      

iris_datatable

+3


source to share





All Articles