Skip to contents

Login a existent user onto the server.

Usage

PMlogin(email, server_address)

Arguments

email

User's email.

server_address

remote server address. If omitted, Pmetrics will use the the default one. See setPMoptions.

Value

A message that specifies if the user was successfuly logged in, or an explanation of the error.

Details

This function receives an email of a registered user and optionally the server adress. The function will prompt the user for the password. The server session will last until the R session finishes or by using PMlogout.

Author

Michael Neely