kth_profile_legacy | R Documentation |
This API does supports the existing profile api, version 1.1 and has no access key requirements.
kth_profile_legacy(userid = NULL, config = NULL)
userid |
a string with the account name or KTH user id |
config |
a configuration setting for the KTH APIs including base URL etc, by default from config() |
See details at https://api.kth.se/api/profile/swagger/?url=/api/profile/swagger.json#/v1.1/getPublicProfile_v11
results records returned from the search
## Not run:
kth_profile_legacy("agnel")
kth_profile_legacy("tjep")
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.