new_correlcloud_con: creates new connection to CorrelCloud

View source: R/correlcloud.R

new_correlcloud_conR Documentation

creates new connection to CorrelCloud

Description

creates new connection to CorrelCloud

Usage

new_correlcloud_con(
  usr = Sys.getenv("CORRELCLOUD_USR"),
  pwd = Sys.getenv("CORRELCLOUD_PWD")
)

Arguments

usr

character. user to use to connect to CorrelCloud. defaults to Sys.getenv("CORRELCLOUD_USR")

pwd

character. password to use to connect to CorrelCloud. defaults to Sys.getenv("CORRELCLOUD_PWD")

Value

ocs4R::ocsManager object that can be used to interact with the CorrelCloud


CorrelAid/correltools documentation built on April 26, 2023, 8:19 a.m.