tibbr.subject
Search tibbr For Subjects

Description

Searches tibbr for subjects.

Usage

tibbr.subject(connection, subject = NULL)

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
## Not run: 
con <- tibbr.connect("try.tibbr.com", "myusername", "mypassword")
subs <- tibbr.subject(con, "analytics")
subs

## End(Not run)
Package tibbrConnector version 6.0.0-69
Package Index