Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Jul 1, 2022
1 parent 12bea91 commit 417e334
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions inst/extdata/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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
},
Expand All @@ -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": {}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/pxweb.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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!


Expand Down
2 changes: 1 addition & 1 deletion vignettes/pxweb.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h4 class="date">2022-07-01</h4>
</div>

<p>This R package provides tools to access <a href="https://pxnet2.stat.fi/API-description_SCB.pdf">PX-WEB API</a>.
Your <a href="http://ropengov.org/community/">contributions</a> and <a href="https://github.com/ropengov/pxweb">bug reports and other
Your <a href="https://ropengov.org/community/">contributions</a> and <a href="https://github.com/ropengov/pxweb">bug reports and other
feedback</a> are welcome!</p>
<p>More information on the PX-Web/PC-Axis API can be found <a href="https://www.scb.se/en/services/statistical-programs-for-px-files/px-web/">here</a>.</p>
<div id="introduction" class="section level2">
Expand Down

0 comments on commit 417e334

Please sign in to comment.