readSpatialDataset: Read Spatial Data

Description Usage Arguments Examples

View source: R/generateMap.R

Description

Reads spatial data from the Diatech database

Usage

1
readSpatialDataset(con, proId)

Arguments

con

Connection to the Diatech database.

proId

Project Id from which to be taken the data.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
## Not run:

con <- dbConnect(dbDriver("MySQL"), user = 'user', password = 'password', 'diatech')
tb <- readSpatialDataset(con, '179')

## End(**Not run**)

## End(Not run)

usobiaga/diatechServer documentation built on May 3, 2019, 2:38 p.m.