Description Usage Arguments Details Value See Also Examples
Used to download .rda .Rdata files and
load their R data into the workspace or specified
envir.
1  | mantaLoad(mantapath, envir = parent.frame(), info = TRUE, verbose = FALSE)
 | 
mantapath | 
 character, optional. Path to a manta R data file or file name in current working Manta directory for retrieval. Not vectorized.  | 
envir | 
 optional. Environment in which to load, See
  | 
info | 
 optional. Print information messages to console.  | 
verbose | 
 logical, optional. Passed to   | 
Checks for appropriate content-type HTTP header,
which is set by mantaSave or mantaSave.ws to
"application/x-r-data".
TRUE or FALSE depending on success of
download.
Other mantaGet: mantaCat;
mantaGet; mantaLoad.ws;
mantaSave; mantaSource
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.