Skip to content
Snippets Groups Projects
Commit 4db94955 authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling:
Browse files

Update file 20240528_MartaGironaAlarcon.qmd

parent bf53c15f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,10 @@ code-fold: true
---
```{r userinputs}
# EDIT INPUTS HERE ---------------------------
columns <- c("EXPERIMENT_TYPE", "FACILITY", "FILE","SUBJECT","ADD_INFO")
# EDIT INPUTS For the columns HERE ---------------------------
# Define the rows of the input table, each row is c('input1','input2','input',....). Separate the rows by comma except the last row
inputs <- data.frame(
......@@ -33,7 +36,7 @@ inputs <- data.frame(
# Assign column names
colnames(inputs) <- c("EXPERIMENT_TYPE", "FACILITY", "FILE","SUBJECT","ADD_INFO")
colnames(inputs) <- columns
```
......
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