Code
spq_init() %>% spq_select(population, countryLabel) %>% spq_group_by(population,
countryLabel)
Output
SELECT ?population ?countryLabel
WHERE {
}
GROUP BY ?population ?countryLabel
Code
spq_init() %>% spq_select(population, countryLabel) %>% spq_group_by(
"population", "countryLabel")
Output
SELECT ?population ?countryLabel
WHERE {
}
GROUP BY ?population ?countryLabel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.