R/PBI.R

#' Producto Bruto Interno
#'
#' Los datos son del siguiente sitio,Code	Indicator: NY.GDP.PCAP.KD.ZG
#' Cada columna representa le crecimiento de un año al otro.
#' GDP per capita growth (annual %)
#'
#' Annual percentage growth rate of GDP per capita based on constant local currency.
#'
#' Aggregates are based on constant 2010 U.S. dollars.
#'
#' GDP per capita is gross domestic product divided by midyear population.
#'
#' GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products.
#' It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources.
#' World Bank national accounts data, and OECD National Accounts data files.
#'
#' @docType data
#'
#' @usage data(PBI)
#'
#' @format An object of class data frame
#'
#' @keywords  datasets
#' @examples
#' head(PBI)
"PBI"

Try the ggversa package in your browser

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

ggversa documentation built on May 2, 2019, 2:02 p.m.