legaldrink

This package lets you know whether you are legal to drink in different countries around the world.

The package includes 179 countries.

knitr::opts_chunk$set(echo = TRUE)

Installation

You can install drinkingage from github with:

devtools::install_github("eschoie26/legaldrink")
library(legaldrink)

Example

##To view the data table 
View(drinking)

##To see the list of countries where you are legal to drink 
countries(15)
##To see the list of countries where legal drinking age varies by religion/jurisdiction/province/beverages
variesby(any)


eschoie26/drinkingage documentation built on May 19, 2019, 8:22 a.m.