We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/3UHKUM look for PROM
The text was updated successfully, but these errors were encountered:
processed data: FPAS_Silva_2022.csv
code:
library(dplyr) library(tidyr) df <- read.csv("DATA_FPAS_2022.csv") df <- df %>% select(record_id, fpas_1:fpas_18) %>% rename(id = record_id) df <- df %>% pivot_longer(fpas_1:fpas_18, names_to = "item", values_to = "resp") write.csv(df, "FPAS_Silva_2022.csv", row.names=FALSE)
Sorry, something went wrong.
PR: #685
cc: @KingArthur0205 @ben-domingue
Hi Savira. This looks great! I'll ship it to Ben
Note: I've implemented an issue classifier, so the notifications that you saw above is a bot and isn't really me lol.
saviranadela
No branches or pull requests
https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/3UHKUM
look for PROM
The text was updated successfully, but these errors were encountered: