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)
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 datasetsbexis_data90 <- bexis.get.dataset_by(id = 90)