Query the Search API of National Diet Library.
library(devtools)
install_github("CORDEA/rndlsearch")library(rndlsearch)
results <- rndlsearch(
limit = 2,
title = "Shakespeare",
from = "2000",
until = "2020"
)| Name | Name | Last commit date | ||
|---|---|---|---|---|
Query the Search API of National Diet Library.
library(devtools)
install_github("CORDEA/rndlsearch")library(rndlsearch)
results <- rndlsearch(
limit = 2,
title = "Shakespeare",
from = "2000",
until = "2020"
)