table1: tabular layouts

Description Usage Format Details Source

Description

Data sets that demonstrate multiple ways to layout the same tabular data.

Usage

1

Format

1
2
3
4
5
Classestbl_df,tbland 'data.frame':	6 obs. of  4 variables:
 $ country   : Factor w/ 219 levels "Afghanistan",..: 1 1 29 29 43 43
 $ year      : int  1999 2000 1999 2000 1999 2000
 $ cases     : int  745 2666 37737 80488 212258 213766
 $ population: int  19987071 20595360 172006362 174504898 1272915272 1280428583

Details

table1, table2, table3, table4, table5, and table6 all display the number of TB cases documented by the World Health Organization in Afghanistan, Brazil, and China between 1999 and 2000. The data contains values associated with four variables (country, year, cases, and population), but each table organizes the values in a different layout.

The data is a subset of the data contained in the World Health Organization Global Tuberculosis Report

Source

http://www.who.int/tb/country/data/download/en/


garrettgman/DSR documentation built on May 16, 2019, 5:38 p.m.