Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 committed Sep 10, 2024
1 parent cae2b49 commit c2698fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vignettes/vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,11 @@ print(ISBN)

```{r}
record <- search_finna("sibelius", sort = "main_date_str des")
head(record)
print(record)
```
## To search all related in ascending order

```{r}
record <- search_finna("sibelius", sort = "main_date_str asc")
print(record)
```

0 comments on commit c2698fd

Please sign in to comment.