Here we display a dataframe using the DT package from R. It is remarkable that the table is editable.

# install.packages(c('DT', 'wbstats'))
library(DT)
library(wbstats)
datatable(wbcountries(), editable = T, rownames = F)