openOutput {rLFT}R Documentation

Open a file for output

Description

Opens a file for writing and writes all of the convexity data taken from the given sf object to the given file.

Usage

openOutput(filename, noRID)

Arguments

filename

A string denoting the name of the file you wish to output convexity data to.

noRID

A boolean that denotes whether the given sf object has an RID column.


[Package rLFT version 1.0.1 Index]