knitr::opts_chunk$set(echo = TRUE)
library(fpemdata)

Table of Contents

  1. Introduction
  2. contraceptive_use
  3. divisions
  4. population_counts

Introduction

This is the data package of FPEM. Data pre-compiled by the UNPD is stored and documented in this package. To view a list of available data sets enter data(package = "fpemdata"). To view data documentation enter ??datasetname. Below we preview available data.

contraceptive_use

knitr::kable(head(fpemdata::contraceptive_use))

divisions

knitr::kable(head(fpemdata::divisions))

population_counts

knitr::kable(head(fpemdata::population_counts))


FPRgroup/fpemdata documentation built on April 15, 2020, 11:42 p.m.