kth_profile_legacy: Retrieve data for KTH Profiles

View source: R/profile.R

kth_profile_legacyR Documentation

Retrieve data for KTH Profiles

Description

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

Usage

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

Details

See details at https://api.kth.se/api/profile/swagger/?url=/api/profile/swagger.json#/v1.1/getPublicProfile_v11

Value

results records returned from the search

Examples

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

KTH-Library/kthapi documentation built on June 27, 2023, 9:27 p.m.