# Kids2 Example # Read a comma delimited data file. Use # setwd('c:/datasets') to set the current # working directory before running the examples. kids <- read.csv('kids2.txt', header=T, sep=',') cat('Data Frame kids\n\n') print(kids)