This is how you make a markdown document using R. I’m not sure whether I need to press return to get this line to break down one line?

The first stage is to import the csv files. Hopefully these are all ready in the correct folder and have been named correctly. Use this piece of code to get them into the R environment:

lst_concessionary <- lapply(Sys.glob("concessionary*.csv"), read.csv)