Load the main informaion of an article or navigate the website contained in a bibliographic database specifying the article row name.
LoadArticle(articleData, articleName, browser = TRUE)
a dataframe containing the information of every article in the database.
a string indicating the name of the article inside the bibliographic database, this must coincide with thw row name from the article.
logical. If TRUE
, a web browser will open to visualize the article's website.
information about the selected article and, possibly, the website view from it.
# NOT RUN {
data("KDVizData")
LoadArticle(articleData = KDVizData, articleName = "A251")
# }
Run the code above in your browser using DataLab