Skip to content

bypass token option for public data #10

Description

@amynang

At the moment the script below would not work. Dataset 90 is public (and could be downloaded from https://jexis.uni-jena.de without login) but rBExIS cannot retrieve it unless I provide my token.

library(httr)
library(jsonlite)
library(XML)
library(rBExIS)

bexis.options(base_url = "https://jexis.uni-jena.de")
# bexis.options(token = "") # this is necessary even for public datasets
bexis_data90 <- bexis.get.dataset_by(id = 90)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions