I am new to R studio and I am having trouble importing my data set . This is my code and what it keeps saying.
bug <- read.table('bug.txt',header=TRUE,dec='.')
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
line 1 did not have 12 elements
str(bug)
Error in str(bug) : object 'bug' not found