Learn R Programming

rfinance (version 0.1.0)

log_in: Log In

Description

This function checks user credentials, opens a connection with the database and stores its handler in the global environment.

Usage

log_in(username, password, environment = 1)

Arguments

username

String containing the username.

password

String containing the password.

environment

Leave blank. Which environment should the connection object be placed on?

Value

Does not return anything