From 30969c5e8edb67bb8e039115243751834933d418 Mon Sep 17 00:00:00 2001 From: Francisco Rodriguez-Sanchez Date: Thu, 30 Jan 2025 20:48:50 +0100 Subject: [PATCH] is it this GHA? --- R/miembros_functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/miembros_functions.R b/R/miembros_functions.R index a98e8c5..541b550 100644 --- a/R/miembros_functions.R +++ b/R/miembros_functions.R @@ -5,7 +5,7 @@ create_profile_qmd <- function(form.table, row){ pers.table <- as.data.frame(form.table[row,]) - name <- pers.table[,"Nombre y apellidos"] + name <- pers.table$`Nombre y apellidos` email <- pers.table[,"Email"] inves <- pers.table[,"Resumen investigación (max. 3 frases)"] inter <- pers.table[,"Intereses dentro del grupo (max. 4 intereses)"]