git_connect: Returns the path of the datasource within the git repository

View source: R/git_connect.R

git_connectR Documentation

Returns the path of the datasource within the git repository

Description

The details are stored in the results database.

Usage

git_connect(
  data_source_name,
  channel,
  type = c("ssh", "https"),
  username = character(0),
  password = character(0),
  commit_user,
  commit_email
)

Arguments

data_source_name

The name of the data source

channel

the ODBC channel to the database with the connection strings

type

Use 'ssh' or 'https' for authentication

username

the username in case the ConnectMethod is "Credentials supplied by the user running the report". Ignored in all other cases.

password

the password to be used in combination with the username.

commit_user

the name of the user how will commit

commit_email

the email of the user how will commit


INBO-Natura2000/n2khelper documentation built on April 5, 2022, 5:40 p.m.