I am able to export a dataframe into CSV file but I need to append two lines of information before I do that. I don't write out the column names.
Trend data
110
Here, "Trend data" is just a text. And, 110 is the number of rows in the data frame I am writing out.
How can I append this information in the header of the csv file I am writing out in R?
Thanks!