Skip to content
Snippets Groups Projects
Commit 34c156ad authored by Facundo Muñoz's avatar Facundo Muñoz :registered:
Browse files

Publish clean data for Dataverse.

parent da812cb0
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,12 @@ plan <- drake_plan(
## 476 x 92 (including 2 scores)
clean_data = cleanup(raw_data),
publish_data = write.csv(
clean_data,
row.names = FALSE,
file_out(!!here::here("data/kap_amr_laos.csv"))
),
## Extract the scores for knowledge and practices
## These are actually two computed variables from the original responses
## 476 x 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment