79398711

Date: 2025-01-30 03:33:16
Score: 2.5
Natty:
Report link

Looking at your file, you would need to skip the first two rowd specifying skip=2

data = read.csv(file="/mydir/myfile.csv", skip = 2, sep=";", header=T)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: J Suay