inst/examples/fsizes.r

#!/usr/bin/env r
#
# A simple example to do statistics on files
#
# Copyright (C) 2006 - 2014  Dirk Eddelbuettel
#
# Released under GPL (>= 2)

fsizes <- as.integer(readLines(file("stdin")))
print(summary(fsizes))
stem(fsizes)

Try the littler package in your browser

Any scripts or data that you put into this service are public.

littler documentation built on March 31, 2023, 6:49 p.m.