From d2169f6bbd923d06d8155b4e64a34b5e1a36bf0a Mon Sep 17 00:00:00 2001 From: Coen Eisma Date: Wed, 23 Apr 2025 22:34:20 +0200 Subject: [PATCH] Fixed wrong table name --- R/fetch_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/fetch_data.R b/R/fetch_data.R index 0cfd878..f694990 100644 --- a/R/fetch_data.R +++ b/R/fetch_data.R @@ -297,7 +297,7 @@ rio_get_locations <- function(city = NULL, limit = NULL, quiet = FALSE, ...) { # Build parameters for rio_get_data params <- list( - dataset_name = "onderwijslocaties", + table_name = "onderwijslocaties", limit = limit, quiet = quiet, ...