From 417e334f8c1b4196fb04a21a7b23b2b1e40e53b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=CC=8Ans=20Magnusson?= Date: Fri, 1 Jul 2022 18:07:43 +0200 Subject: [PATCH] Minor fix --- inst/extdata/api.json | 6 +++--- vignettes/pxweb.Rmd | 2 +- vignettes/pxweb.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inst/extdata/api.json b/inst/extdata/api.json index f90455a9..d8168f48 100644 --- a/inst/extdata/api.json +++ b/inst/extdata/api.json @@ -24,7 +24,7 @@ "url" : "https://statfin.stat.fi/PXWeb/api/[version]/[lang]", "version": ["v1"], "lang": ["en","fi","sv"], - "calls_per_period": 20, + "calls_per_period": 30, "period_in_seconds": 10, "max_values_to_download" : 120000 }, @@ -398,7 +398,7 @@ "url" : "https://pxweb.nordicstatistics.org/api/[version]/[lang]/", "version": ["v1"], "lang": ["en"], - "calls_per_period": 100, + "calls_per_period": 10, "period_in_seconds": 10, "max_values_to_download" : 1000 }, @@ -414,7 +414,7 @@ "lang": ["sl"], "calls_per_period": 10, "period_in_seconds": 10, - "max_values_to_download" : 1000000 + "max_values_to_download" : 10000000 } }, "local_apis": {} diff --git a/vignettes/pxweb.Rmd b/vignettes/pxweb.Rmd index 510c0f72..dbd58845 100644 --- a/vignettes/pxweb.Rmd +++ b/vignettes/pxweb.Rmd @@ -14,7 +14,7 @@ vignette: > This R package provides tools to access [PX-WEB API](https://pxnet2.stat.fi/API-description_SCB.pdf). Your -[contributions](http://ropengov.org/community/) and [bug reports and other feedback](https://github.com/ropengov/pxweb) are +[contributions](https://ropengov.org/community/) and [bug reports and other feedback](https://github.com/ropengov/pxweb) are welcome! diff --git a/vignettes/pxweb.html b/vignettes/pxweb.html index 852fd6c3..71244176 100644 --- a/vignettes/pxweb.html +++ b/vignettes/pxweb.html @@ -367,7 +367,7 @@

2022-07-01

This R package provides tools to access PX-WEB API. -Your contributions and bug reports and other +Your contributions and bug reports and other feedback are welcome!

More information on the PX-Web/PC-Axis API can be found here.