lvaudor / glitter

an R package which writes SPARQL queries
https://lvaudor.github.io/glitter
44 stars 5 forks source link

"queries with operations" vignette #153

Open lvaudor opened 1 year ago

lvaudor commented 1 year ago

Not sure it's the right title but the idea would be to include:

filter results

mutate results

summarise results

maelle commented 1 year ago

wouldn't the Get started vignette cover spq_mutate(), spq_filter() and spq_summarise()?

lvaudor commented 1 year ago

I don't know, I'd rather have a rather short "Get started". Maybe add a last section to Get Started with an example (as a teaser) of a query comprising spq_filter, spq_mutate, spq_summarise which then will naturally lead to the second "query with operations" vignette?