demo/source.mvb.demo.r

# Interspersed code & data in a single document

# Best to call source.mvb( "source.mvb.demo.rrr") directly.
# If this file gets 'source'd instead, it tries to work out where it is...

textfilename <- attr( as.environment( 'package:mvbutils'), 'path')
textfilename <- file.path( textfilename, 'demostuff', 'source.mvb.demo.rrr')
cat( "Actually calling source.mvb('", textfilename, "')\n", sep='')

result <- source.mvb( textfilename, echo=TRUE)

Try the mvbutils package in your browser

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

mvbutils documentation built on May 2, 2019, 8:32 a.m.