lvaudor / glitter

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

refactor: start tracking #121

Closed maelle closed 1 year ago

maelle commented 1 year ago

Fix #131 Fix #128 Fix #52 Fix #117

This PR really divides

From one step to the other, information is carried in a set of data frames (structure, vars, triples, filter).

This PR adds a few checks (no summarizing before grouping, no filtering on variables not mentioned before) but we could add more.

Beside making the code clearer, it will open the way for issues such as #95