Clase 3 practica

library (DT)
data = iris
datatable(data,
          option = list(
          pagelength=10  
          ),
  
  
)