Analyzing Remote Work in European Countries
1. Data downloading
As we always do, we are going to connect and download the desired data. In this case, our data source is the Eurostat. We download and read the data file.
library(tidyverse)
download.file("https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/LFSA_EHOMP/?format=SDMX-CSV&compressed=...
[Read more...]