DT is a wrapper around the JavaScript library DataTable. df <- data.frame(
col_one = c( 5 , 3 , 1 , 4 , 7 , 9 , 6 ),
col_two = c('five','three','one','four','seven','nine','six')
);
DT::datatable(df);
View(…) function.