handshake {peermodels}R Documentation

checks to see if a model is available on the cloud server

Description

checks to see if a model is available on the cloud server

Usage

handshake(model_name, server = default_server())

Arguments

model_name

name of the model

server

base url of the server

Value

TRUE if model is available on the server, FALSE otherwise

Examples

handshake("accept")

[Package peermodels version 0.10.3 Index]