From 9d177cfbf8a3dadc9a08cad8f6c080566acc602f Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 18 Sep 2024 12:49:15 +0200 Subject: [PATCH] fix: :bug: small typo that didn't show in my test --- R/proj.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/proj.R b/R/proj.R index 06b8131..a69d66e 100644 --- a/R/proj.R +++ b/R/proj.R @@ -178,7 +178,7 @@ proj_create_dataset <- function(fields, "--priority", "high", "-y", # To reduce compute time - "-icoding_options=RAW", + "-icoding_option=RAW", "-ientity=participant", fields, glue::glue("-idataset_or_cohort_or_dashboard={database_id}"),