Learn R Programming

openSTARS (version 1.1.0)

import_vector_data: Generic function to import vector data of various formats into the GRASS environment.

Description

Generic function to import vector data of various formats into the GRASS environment.

Usage

import_vector_data(data, name, proj_dem)

Arguments

data

character string or object; path to data vector file (shape) or sp or sf data object.

name

string giving the base name of the vector data to use for the import

proj_dem

projection of the dem as project4string

Value

Nothing.