startSession:
startSession
Description
This connects to Machina web service, sending user credentials and other parameters if desired, and returns the machi.na session object to R.
Usage
startSession( userName = NULL, password = NULL, serviceHost = "account.machi.na", protocol = "https", strategyCallback = viewStrategy, verbose = FALSE
)
Arguments
userName
Your Machi.na user ID
serviceHost
Not required, this will default to 'account.machi.na'
protocol
Not required, defaults to 'https'
strategyCallback
Not required, this will default to viewStrategy
verbose
Not required, this will default to FALSE
Value
This function returns the Machina session object.
Details
This connects to Machina web service, sending user credentials and other parameters if desired, and returns the Machina session object to R.
Examples
Run this code # startSession("billy@email.com", "password")
Run the code above in your browser using DataLab