Description Usage Arguments Examples
View source: R/scholarsearch.R
Search google scholar
1 2 3 4 5 6 7 8 |
query |
Search query |
as_ylo |
Lowest year |
as_yhi |
Highest year |
source |
Journal |
open_browser |
Open the browser? |
u |
Base URL |
1 2 3 4 5 6 | scholarsearch(query = "bikeshare data analysis")
scholarsearch(query = "bikeshare data analysis", source = "transportation research part A")
scholarsearch(query = "bikeshare data analysis", source = "transportation research part A", as_ylo = 2018)
scholarsearch(query = "bikeshare data analysis", source = "transportation research part A", as_yhi = 2012)
scholarsearch(query = '"open+source"+"transport+planning"', as_yhi = 2012) # note google's citation format
scholarsearch(query = '"open+source"+"transport+planning"', as_yhi = 2012) # note google's citation format
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.