kerberos_configs {RPresto}R Documentation

A convenient wrapper around Kerberos config

Description

The configs specify authentication protocol and additional settings.

Usage

kerberos_configs(user = "", password = "", service_name = "presto")

Arguments

user

User name to pass to httr::authenticate(). Default to "".

password

Password to pass to httr::authenticate(). Default to "".

service_name

The service name. Default to "presto".

Value

A httr::config() output that can be passed to the request.config argument of dbConnect().


[Package RPresto version 1.4.6 Index]