This API does supports the existing profile api, version 1.1 and has no access key requirements.

kth_profile_legacy(userid = NULL, config = NULL)

Arguments

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()

Value

results records returned from the search

Examples

if (FALSE) {
kth_profile_legacy("agnel")
kth_profile_legacy("tjep")
tryCatch(kth_profile(username = "hoyce"), error = function(e) e, warning("Does not exist?"))
}