Package rPostgis

Description

Package responsible for fetching accident data into a postgres database and plots it in a chart. To the user.

load package and configuration with your database

  library(rPostgis)

  con <- configDB("localhost", "5432", "postgres", "root", "db_lingR")

read the database and view graphic

  leinfo(con, "Carlos Noronha", "SP", 4, "carros")


betonr/rPostgis documentation built on May 6, 2019, 5:59 p.m.