sci.search | R Documentation |
This function can be used to search journal or influence factors from a local database.
sci.search(dat = sci,journal = NULL,type = NULL,IF5.threshold = NULL,yr = NULL)
data |
the SCI indexes file.
journal |
a journal or journal vector.
type |
type can be one of Ecology, Plant, Bio.Conservatation, Environment.
IF5.threshold |
default is NULL. filter condition with its values of IF-5 years over threhold.
yr |
subset based yr augments
data(sci)
sci.search(sci, journal = 'plos one',yr = 2018)
sci.search(dat = sci,journal= "^science of (.*?)ent$")
sci.search(dat = sci,journal= "^nature")
sci.search(journal = 'ecology',yr = 2018,IF5.threshold = 5)
sci.search(journal = "^ecological indicator")
sci.search(journal = c("^nature$",'^science$',"^cell$","proceedings of the national"))
sci.search(journal = c("ecology letters",'ecological monographs',"trends in ecology"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.