50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

KDViz (version 1.3.1)

LoadArticle: Load the information stored in a bibliographic database

Description

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

Usage

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.

Examples

Run this code
# NOT RUN {
data("KDVizData")

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

Run the code above in your browser using DataLab