tables_put_tags {civis}R Documentation

Add a tag to a table

Description

Add a tag to a table

Usage

tables_put_tags(id, table_tag_id)

Arguments

id

integer required. The ID of the table.

table_tag_id

integer required. The ID of the tag.

Value

A list containing the following elements:

id

integer, The ID of the table.

tableTagId

integer, The ID of the tag.


[Package civis version 3.1.2 Index]