cell <- "8cbe63562a54bff"
currentResolution <- getResolution(cell = cell)
cellToChildren(cell, childRes = currentResolution + 1L)
cellToChildren(cell, childRes = currentResolution + 2L)
res0 <- getRes0Cells()
cellToChildren(res0[1], 1L)
cellToChildren(res0[1], 2L)
cellToChildren(res0[1:5], 1L:5L)
Run the code above in your browser using DataLab