#Retrieve all planets, parsing
planets <- get_all_planets(parse_result = TRUE)
#It's only returned some of the results! Use query_continue to get
#the rest.
second_set_of_planets <- get_all_planets(getElement(planets,"next"), parse_result = TRUE)
Run the code above in your browser using DataLab