if (FALSE) {
country_networks(c("GB", "US"))
country_networks(c("GB", "US"), collapse = FALSE)
# retrieve networks for a single country
country_networks("TO")$networks[[1]]
# expand networks for multiple countries
tidyr::unchop(country_networks(c("GB", "US")), networks)
}
Run the code above in your browser using DataLab