tibbr.subject: Search tibbr For Subjects

Description Usage Arguments Details Value See Also Examples

View source: R/subject.R

Description

Searches tibbr for subjects.

Usage

1

Arguments

connection

a tibbrConnection object indicating the tibbr instance to search.

subject

a character string containing the search criteria. If NULL, tibbr returns all subjects on the tibbr instance. (Note: This can take a long time to return, depending on the number of subjects on your tibbr instance.)

tibbr searchs the following fields for matches:

  • Subject name

  • Subject display name

  • Subject description

Details

Errors encountered during the search process are raised by this function.

Value

returns a list of tibbrSubject objects describing the results of the search. The names of the tibbrSubject objects represent attributes of the corresponding subject in tibbr.

See Also

tibbr.user

Examples

1
2
3
4
5
6
## Not run: 
con <- tibbr.connect("try.tibbr.com", "myusername", "mypassword")
subs <- tibbr.subject(con, "analytics")
subs

## End(Not run)

tibbrConnector documentation built on May 2, 2019, 11:02 a.m.