med-material / r-shiny-js-data-capture

Data Capture System in Javascript, integrated into R Shiny
MIT License
1 stars 1 forks source link

Change Duration column names in Event and Meta CSV files #16

Closed bastianilso closed 1 year ago

bastianilso commented 1 year ago

When we load data from the CSV data into R studio with LoadFromDirectory(), the dataset contains Duration.x and Duration.y because the Event CSV and Meta CSV each contain a column called Duration. To fix this, I suggest we rename the Meta CSV duration column to e.g ."SessionDuration" and the Event duration to e.g. "DurationSinceStart".

bilal-62210 commented 1 year ago

@bastianilso i understand what is our issue but this is our Meta CSV and Event CSV: image image And as you can see we don't have the same name for the column