Learn R Programming

RSurvey (version 0.5.0)

writeFile: Write Data File

Description

Writes point and surface data to a file.

Usage

writeFile()

Arguments

Value

  • The format and type of data written is based on the file type chosen within the file management pop up dialog box. A selection of Table data files (*.dat) writes the contents of data.pts to a ASCII file; selecting Interpolated grid files (*.grd) writes the contents of data.grd to a ASCII file; and a selection of ESRI shapfiles (*.shp) writes the contents of data.pts to a binary file.

See Also

getFile, write.table

Examples

Run this code
data(project)
writeFile()

Run the code above in your browser using DataLab