task_data.R
script in RStudio or any other R environment.task_data.xlsx
. It includes columns for various survey questions related to depressive symptoms, as well as demographic information such as age, gender, and study ID.readxl
, tidyverse
, here
, skimr
, janitor
, dplyr
, ggplot2
, and reshape2
.read_excel
function from the readxl
library.str
, colnames
, head
, skim_without_charts
, and glimpse
.