Closed joshgilbert1994 closed 1 week ago
@ben-domingue @KingArthur0205
processed data: EOAQ-EST_Silveira_2024.csv
code:
library(readxl)
library(tidyr)
library(dplyr)
df <- read_xlsx('data.xlsx')
df <- df %>%
select(ID, Q1:Q14) %>%
rename(id = ID)
df <- df %>%
pivot_longer(Q1:Q14,
names_to = "item",
values_to = "resp")
write.csv(df, 'EOAQ-EST_Silveira_2024.csv')
@saviranadela Hi Savira,
The data looks great! I noticed an additional column containing row numbers, which I have removed. Could you please confirm whether this column was intended to be included? Cheers!
Updated datasets: EOAQ-EST_Silveira_2024.csv
Just added the codedf <- df %>% select(-X)
Dataset info added to dictionary@row 628.
@KingArthur0205 ah weird, I can't see it on my end. everything seems okay here i guess.. does it?
but anyway, thanks Arthur!
Np! Feel free to ship the PR and I'll upload this data to Ben : )
oh wait, i know what you meant, it wasn't intended to be there :))
@KingArthur0205 is there anything for me to do here?
@ben-domingue I'll ship you the data via Slack : )
https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/FCBOGB