ssa_male <- readr::read____(____________)Lab 10: Import Data
Note
- If you haven’t, install and load the
tidyversepackage.
In lab.qmd ## Lab 10 section,
- Import ssa_male_prob.csv in the data folder using
read_csv()and call itssa_male.
- Plot
Age(x-axis) vs.LifeExp(y-axis). The type is “line”, and the line color is blue. Add x-label, y-label and title to your plot.
plot(x = _____, y = _____, type = ______, col = ______,
xlab = ______, ylab = _______, main = ____________)- Save the data
penguins_rawin the Rpalmerpenguinspackage to “./data/penguins_df.csv”. Printpenguins_df.csvout.
_________(palmerpenguins)
write______()
penguins_df