createProtocol: Create a Protocol on Labstep

Description Usage Arguments Value Examples

View source: R/createProtocol.R

Description

This function allows you to create a protocol.

Usage

1

Arguments

user

A labstep user object. Must contain an 'api_key' field. Returned from 'login' command

name

The name you want to give your protocol.

Value

Returns an 'protocol' object

Examples

1
2
3
user <- login("demo@labstep.com","demopassword")
protocol <- createProtocol(user,'My First Protocol')
print(protocol)

Labstep/labstepR documentation built on Jan. 30, 2020, 7:11 p.m.