Skip to content

Commit

Permalink
fix it for real
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Oct 12, 2023
1 parent f1fec23 commit a66507f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/spq_select.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
#' spq_init() |>
#' spq_prefix(prefixes = c(dct = "http://purl.org/dc/terms/")) |>
#' spq_add(spq('?lexemeId dct:language wd:Q1860')) |>
#' spq_mutate(lemma = wikibase::lemma(lexemeId)) |>
#' spq_add(spq("?lexemeId wikibase:lemma ?lemma")) |>
#' spq_filter(str_detect(lemma, '^pota.*')) |>
#' spq_select(- lemma)
#'
#' spq_init() |>
#' spq_prefix(prefixes = c(dct = "http://purl.org/dc/terms/")) |>
#' spq_add(spq('?lexemeId dct:language wd:Q1860')) |>
#' spq_mutate(lemma = wikibase::lemma(lexemeId)) |>
#' spq_add(spq("?lexemeId wikibase:lemma ?lemma")) |>
#' spq_filter(str_detect(lemma, '^pota.*')) |>
#' spq_select(lemma)
spq_select = function(.query = NULL, ..., .spq_duplicate = NULL){
Expand Down
4 changes: 2 additions & 2 deletions man/spq_select.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a66507f

Please sign in to comment.