You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently we have hard-coded converters that convert the json response appropriately, e.g. if a field is a vector of strings, jsonlite::fromJSON() will return a list() in case the array is empty and e.g. a character() if it is non-empty.
currently we have hard-coded converters that convert the json response appropriately, e.g. if a field is a vector of strings,
jsonlite::fromJSON()
will return alist()
in case the array is empty and e.g. acharacter()
if it is non-empty.In principle it would be possible to access the metadata schema (see e.g. here under the "schema" section):
https://test.openml.org/py/docs#/datasets/tag_dataset_datasets_tag_post
The text was updated successfully, but these errors were encountered: