createTag: Create a new tag on Labstep

Description Usage Arguments Value Examples

View source: R/createTag.R

Description

This function allows you to create a tag.

Usage

1
createTag(user, name)

Arguments

user

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

name

The name of the tag.

Value

Returns an 'tag' object

Examples

1
2
3
user <- login("demo@labstep.com","demopassword")
tag <- createTag(user,'MyTag')
print(tag)

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