The R Project SVN R

Rev

Rev 49002 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49002 Rev 49644
Line 66... Line 66...
66
 
66
 
67
# test of comments in data files
67
# test of comments in data files
68
cat("# a test file",
68
cat("# a test file",
69
    "# line 2",
69
    "# line 2",
70
    "# line 3",
70
    "# line 3",
71
    "#line 4",
71
    "# line 4",
72
    "# line 5",
72
    "# line 5",
73
    "## now the header",
73
    "## now the header",
74
    " a b c",
74
    " a b c",
75
    "# some more comments",
75
    "# some more comments",
76
    "1 2 3",
76
    "1 2 3",