File: S3.R

package info (click to toggle)
foreign 0.8.50-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,416 kB
  • sloc: ansic: 7,372; asm: 4; makefile: 1
file content (9 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
library(foreign)
read.S("mySobj")
data.restore("dumpdata", print = TRUE)
print(myobj)
data.restore("tsdumpdata", print = TRUE, verbose = TRUE)
sunspot
utils::str(carbon.dioxide)
carbon.dioxide[1:60]
q()