library(dplyr)
library(tidyr)
library(purrr)
library(ggplot2)
library(myPackage)
data("unemp")
<- unemp %>%
unemp ::clean_names() %>%
janitorfilter(level == "Commune")
R and Python
This is a simple quarto document
print("hello from Python")
hello from Python
import sys
print(sys.version)
3.10.7 (main, Sep 11 2022, 08:41:56) [GCC]