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