It analyze the tourism in Italy in 2018, based on their nationality to find out where the most and the less people come from.
# first install the R package "devtools" if not installed
devtools::install_github('unimi-dse/a903d60e')
The package provides a dataset containing the number of tourists in Italy (2018) from istat official website
# dataset documentation
?nation::Showinfo
?nation::Showless
?nation::Showmost
#load the package
require(nation)
#load library, each time you call a function
library(nation)
The function Showinfo()
demostrate the dataset used for the analysis
Showinfo()
The function Showmost()
demostrate where the most people are coming from
Showmost()
The function Showless()
demostrate where the least people are coming from
Showless()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.