gitter.read: Read in a data file as a 'gitter' data object.

View source: R/io.r

gitter.readR Documentation

Read in a data file as a gitter data object.

Description

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.

Usage

gitter.read(path)

Arguments

path

Path to the data file generated by gitter.

Value

gitter data.frame object for use with plot, summary and warning functions.

Examples

# 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)

omarwagih/gitter documentation built on Feb. 6, 2023, 12:08 p.m.