From cff1bcfefe6c24d0789a2ea1afc9692301591b68 Mon Sep 17 00:00:00 2001 From: phit0 <philipp.schad@stud.uni-goettingen.de> Date: Thu, 13 Jan 2022 23:04:28 +0100 Subject: [PATCH] [bugfix] vector as string for medium/properties/property/value --- R/prj_medium.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/prj_medium.R b/R/prj_medium.R index 861da57..841c904 100644 --- a/R/prj_medium.R +++ b/R/prj_medium.R @@ -318,7 +318,7 @@ new_prj_pr_property <- function(name, exponents = exponents, xpath = "media/medium/properties/property", attr_names = character(), - flatten_on_exp = character() + flatten_on_exp = c("value") ), class = "prj_pr_property" ) -- GitLab