gitter.read | R Documentation |
gitter
data object.This function will take a path to a data file generated by gitter
and read it into a gitter
object for use with plot, summary and warning functions.
gitter.read(path)
path |
Path to the data file generated by |
gitter
data.frame
object for use with plot, summary and warning functions.
# Get dat file path f = system.file("extdata", "sample.jpg.dat", package="gitter") # Read in path as a gitter data object g = gitter.read(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.