kth_profile | R Documentation |
See details at https://api.kth.se/api/profile/swagger/index.html
kth_profile(
kthid = NULL,
orcid = NULL,
socialid = NULL,
username = NULL,
config = NULL
)
kthid |
the kthId for the user profile |
orcid |
the ORC identifier for the user profile |
socialid |
the social id for the user profile |
username |
the accountname for the user profile |
config |
a configuration setting for the KTH APIs including base URL etc, by default from config() |
results records returned from the search
## Not run:
kth_profile(username = "agnel")
kth_profile(username = "markussk")
tryCatch(kth_profile(username = "hoyce"), error = function(e) e, warning("Does not exist?"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.