Here we display a dataframe using the DT package from R. It is remarkable that the table is editable.
DT
# install.packages(c('DT', 'wbstats')) library(DT) library(wbstats) datatable(wbcountries(), editable = T, rownames = F)