Closed ablaette closed 6 months ago
The SPARQL endpoint 'http://de.dbpedia.org/sparql' does not respond when running examples, and the example of the function runs endlessly.
Potential solution: Add ... to function so thattimeout() can be passed into httr::GET() call.
...
timeout()
httr::GET()
We now also have the ... argument for passing a timeout into httr::GET, and the documentation explains this scenario.
The SPARQL endpoint 'http://de.dbpedia.org/sparql' does not respond when running examples, and the example of the function runs endlessly.
Potential solution: Add
...
to function so thattimeout()
can be passed intohttr::GET()
call.