R/countries.R

#' Index of Countries.
#'
#' Data frame containing a normalized index of countries.\cr
#' Data are used by \code{\link{biblioAnalysis}} function 
#' to extract Country Field of Cited References and Authors. 
#'
#' @format A data frame with 199 rows and 4 variables:
#'  \describe{
#'     \item{countries}{country names}
#'     \item{continent}{continent names}
#'     \item{Longitude}{country centroid longitude}
#'     \item{Latitude}{country centroid latitude}
#'     }
#' 
#' @name countries
NULL

Try the bibliometrix package in your browser

Any scripts or data that you put into this service are public.

bibliometrix documentation built on July 9, 2023, 6:44 p.m.