database: Database utilities

Description Usage Arguments Examples

Description

Function used to connect with the database with default or specified credentials. Usually, this will be used internally by the other functions

Accessory function to test if a database query returned no results

Usage

1
2
3
connect(dbuser = "notaR", dbpass = "notaR", dbname = "notaR")

no.results(object)

Arguments

dbuser

Database user

dbpass

Database password

dbname

MySQL database name

object

The result from a database query

Examples

1
con = connect()

lageIBUSP/notaR-r documentation built on May 5, 2019, 12:30 a.m.