Reading and using a custom configuration file
问题 I'm currently working on a script which should analyze a dataset based on a 'configuration' file. The input of this file is for instance: configuration.txt: 123456, 654321 409,255,265 1 It can contain onther values as well, but they will al be numeric. In the example described above the file should be read in as follows: timestart <- 123456 timeend <- 654321 exclude <- c(409,255,265) paid <- 1 The layout of the configuration file is not fixed, but it should contain a starting time (unix) an