Learn R Programming

RPresto (version 1.4.7)

kerberos_configs: A convenient wrapper around Kerberos config

Description

The configs specify authentication protocol and additional settings.

Usage

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

Value

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

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".