Description Usage Arguments Details Value See Also Examples
Searches tibbr for subjects.
| 1 | tibbr.subject(connection, subject = NULL)
 | 
| connection | a  | 
| subject | a character string containing the search criteria.  If  tibbr searchs the following fields for matches: 
 | 
Errors encountered during the search process are raised by this function.
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.
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.