knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

wbdata

The goal of wbdata is to ...

Installation

You can install the released version (not yet) of wbdata from CRAN with:

install.packages("wbdata")

Example

This is a basic example which shows you how to solve a common problem:

library(wbdata)

cn <- get_countries()

cn


jpiburn/wbdata documentation built on May 9, 2019, 2:23 a.m.