Hello everybody I have a problem with my RMD file. I am writing a document that I would love having in both HTML and pdf.
I have tried to convert it all to pdf but I always have the same error:
Version:1.0 StartHTML:0000000107 EndHTML:0000001464 StartFragment:0000000127 EndFragment:0000001446
processing file: hey.Rmd Error in parse_block(g[-1], g[1], params.src) : duplicate label 'Importing dataset' Calls: ... process_file -> split_file -> lapply -> FUN -> parse_block Execution halted
I decided to start a new document and to knit it everytime I added a chunk and I realized that the document knitted well until I arrived to this chunk.
data1 <- read_csv("lung.csv")
I am concerned because all the tables and graphs I need for my document come from this table and I do not know what to do. Please I would really appreciate your help.