Skip to content

Commit 0548c17

Browse files
tabbassidaloiiegonw
authored andcommitted
Update tutorial.Rmd
Fixing a typo
1 parent 99454e6 commit 0548c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/tutorial.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ we can get Wikidata identifiers with this code:
154154

155155
```{r, eval=FALSE}
156156
input = data.frame(
157-
source= rep("Ch", length(data[,2])),
158-
identifer= data[,2]
157+
source = rep("Ch", length(data[,2])),
158+
identifier = data[,2]
159159
)
160160
wikidata = maps(mapper, input, "Wd")
161161
```

0 commit comments

Comments
 (0)