Description Usage Arguments Details Value See Also
View source: R/subset_columns_shiny.R
Subset data frame for abstracts of research articles only. Special function for miRetrieve Shiny.
1 2 3 4 5 6 | subset_columns_research_shiny(
df,
col.lang = Language,
col.type = Type,
subset = TRUE
)
|
df |
Data frame containing article types. |
col.lang |
Symbol. Column containing Language type. |
col.type |
Symbol. Column containing articles types. |
subset |
Boolean. If |
Optionally, subset data frame for abstracts of research articles only. At the same time, abstracts from other article types such as Review, Letter, etc. are dropped. Most importantly, columns calles "Type" and "Language" are dropped from the data frame after reading it into R. Special Shiny function.
Data frame containing abstracts of research articles only.
subset_review()
, subset_year()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.