Skip to content

Commit

Permalink
is it this GHA?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Jan 30, 2025
1 parent 9107d44 commit 30969c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/miembros_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)"]
Expand Down

0 comments on commit 30969c5

Please sign in to comment.