gap_ss <- gs_gap() # register the Gapminder example sheet
col_4_and_above <-
gs_read_cellfeed(gap_ss, ws = "Asia", range = cell_limits(c(NA, 4)))
col_4_and_above
gs_reshape_cellfeed(col_4_and_above)
gs_read_cellfeed(gap_ss, range = "A2:F3")
Run the code above in your browser using DataLab