gorkang / R_conditions_creation

0 stars 0 forks source link

When number_bayes is used automatically detect which fields (columns) are to be used #52

Closed nik0lai closed 6 years ago

nik0lai commented 6 years ago

Now the code when a column of number_bayes.xls is called refers using the exact column name. This means that if a new column is called the coded will break. Instead, dynamically search for column names called and loop through them. This happens in every code that replaces a placeholder for numbers of number_bayes.xls.

nik0lai commented 6 years ago

No short way to automatically recognize which are the fields to be filled. Instead, I created a csv file on material/Numbers/fields2fill.csv where each presentation format has to have a column (presentation format as name of the column) where every row is a field to be filled.