| kb_lookup | R Documentation | 
Retrieve info on Keybase user(s)
kb_lookup(users, fields = c("basics", "profile"))
## S3 method for class 'kbusers'
print(x, ...)
users | 
 vector of usernames / mails  | 
fields | 
 user information fields to return. Any combination of "all", basics", "cryptocurrency_addresses", "pictures", "proofs_summary", "profile", "public_keys", "remote_key_proofs", "sigs". If left unchanged, the default is to return "basics" and "profile". If "all" is one of the character vectors, then it supersedes any other combination and returns all of fields.  | 
x | 
 object to print  | 
... | 
 unused  | 
tibble
kb_lookup("hrbrmstr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.