LoadArticle: Load the information stored in a bibliographic database

Description Usage Arguments Value Note Author(s) Examples

View source: R/LoadArticle.R

Description

Load the main informaion of an article or navigate the website contained in a bibliographic database specifying the article row name.

Usage

1
LoadArticle(articleData, articleName, browser = TRUE)

Arguments

articleData

a dataframe containing the information of every article in the database.

articleName

a string indicating the name of the article inside the bibliographic database, this must coincide with thw row name from the article.

browser

logical. If TRUE, a web browser will open to visualize the article's website.

Value

information about the selected article and, possibly, the website view from it.

Note

Knowledge domain maps and original dataframe names should match, if this is not the case, please check the document-term matrix naming step in DTMFromCorpus step.

Author(s)

Andres Palacios anfpalacioscl@unal.edu.co

Examples

1
2
3
data("KDVizData")

LoadArticle(articleData = KDVizData, articleName = "A251")

KDViz documentation built on May 1, 2019, 6:34 p.m.

Related to LoadArticle in KDViz...