Learn R Programming

dformula (version 1.0)

population_data: World population

Description

World population and countries are

Usage

data("population_data")

Arguments

Format

A data frame with 159 observations on the following 3 variables.

Country

a character vector with countries names

Population

a numeric vector with population

Area

a numeric vector with area of the counties

Examples

Run this code
data(population_data)
str(population_data)

Run the code above in your browser using DataLab