From 63a7e9b78ed6ff0e2d082db230edcd3f5c541f63 Mon Sep 17 00:00:00 2001 From: Allen Boddie Date: Wed, 18 Dec 2024 16:54:02 -0500 Subject: [PATCH] Update Documentation --- man/SDMXRequestParams.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/SDMXRequestParams.Rd b/man/SDMXRequestParams.Rd index 99f3e81..81d157c 100644 --- a/man/SDMXRequestParams.Rd +++ b/man/SDMXRequestParams.Rd @@ -90,7 +90,7 @@ encapsulate it as slot, when parsing an SDMX-ML document. params <- SDMXRequestParams( regUrl = "", repoUrl ="", accessKey = NULL, providerId = "", agencyId ="", resource = "data", resourceId = "", - version = "", flowRef = "", key = NULL, start = NULL, end = NULL, compliant = FALSE + version = "", flowRef = "", key = NULL, start = NULL, end = NULL, references = NULL, compliant = FALSE ) } \author{