team {crunch}R Documentation

Share Crunch assets with a team

Description

You can share filters and multitables with a team that you are on. This will give all team members access to view and edit these filters. Use getTeams() to see what teams you are on.

Usage

team(x)

## S4 method for signature 'CrunchFilter'
team(x)

## S4 method for signature 'Multitable'
team(x)

## S4 method for signature 'CrunchDeck'
team(x)

team(x) <- value

## S4 replacement method for signature 'CrunchFilter'
team(x) <- value

## S4 replacement method for signature 'Multitable'
team(x) <- value

## S4 replacement method for signature 'CrunchDeck'
team(x) <- value

Arguments

x

a CrunchFilter or Multitable

value

a CrunchTeam or url for a Crunch team

Value

a CrunchTeam that the asset is shared with.


[Package crunch version 1.30.4 Index]