natron_connect: Connect to NaTron

Description Usage Arguments Details Value Examples

View source: R/natron_connect.R

Description

natron_connect establishes a connection between R and NaTron.

Usage

1
natron_connect(username, database = "natron_sandbox")

Arguments

username

This is your NaTron username

database

What database do you want to connect to? Options are "natron" and "natron_sandbox" (default). OBS: always test your upload to the sandbox before uploading to natron.

Details

You need to be connected via the NTNU network, either through eduroam or a vpn.

Value

Formal class PostgreSQLConnection

Examples

1
2
3
4
5
## Not run: 
myUserName <- "JohnD"
myConnection <- natron_connect(myUserName)

## End(Not run)

NTNU-VM/natronbatchupload documentation built on Oct. 12, 2019, 5:49 a.m.