Skip to content

Commit

Permalink
Update vignettes/articles/glitter_for_Wikidata.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Maëlle Salmon <maelle.salmon@yahoo.se>
  • Loading branch information
lvaudor and maelle authored Sep 28, 2023
1 parent 6ee062a commit bb4c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/glitter_for_Wikidata.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The `get_triple()` function we used above is a good option when you want to send
```{r multi_line}
parts_metro_Lyon=spq_init() %>%
spq_add("?items wdt:P16 wd:Q1552") %>%
spq_label("items") %>%
spq_label(items) %>%
spq_perform()
dim(parts_metro_Lyon)
head(parts_metro_Lyon)
Expand Down

0 comments on commit bb4c605

Please sign in to comment.