processing file: Nile-dataset-analaysis.Rmd
Error in parse_block(g[-1], g[1], params.src, markdown_mode) :
Duplicate chunk label 'Nile', which has been used for the chunk:
head(Nile)
class(Nile)
start(Nile)
end(Nile)
summary(Nile)
plot(Nile,type='l')
abline(reg=lm(Nile~time(Nile)))
Calls: ... process_file -> split_file -> lapply -> FUN -> parse_block
Usually the error message tries to give you some hint, so follow them!
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it: