diff --git a/.DS_Store b/.DS_Store index 20ddf62..5b9b993 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 7b732e7..b8aadc8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .RData .Ruserdata .DS_Store +.DS_Store diff --git a/R/practice.R b/R/practice.R index 564bbc8..293fa65 100644 --- a/R/practice.R +++ b/R/practice.R @@ -16,6 +16,7 @@ df <- read_csv(here("data/palmerpenguins.csv")) # THIS IS A COMMENT # modified comment - delete? +#SLJ # Prepare data ---- # Transform the data for potential future use in this section! Some ideas are provided below as TODOs.