Skip to content

Commit

Permalink
korjataas httpfs asennuspaikka
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kainu committed Nov 28, 2024
1 parent f9e35c4 commit b26ae01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: kelaopendata
Type: Package
Title: Access open data from National social insurance institution of Finland
Version: 0.1.1
Date: 2024-08-26
Version: 0.1.1001
Date: 2024-11-28
Author: Markus Kainu
Maintainer: Markus Kainu <[email protected]>
Description: Designed to simplify and speed up access to open data from National social insurance institution of Finland (KELA) published at <https://www.avoindata.fi/data/fi/organization/kela>, the kelaopendata package offers researchers and analysts a set of tools to obtain data and metadata for a wide range of applications.
Expand Down
2 changes: 1 addition & 1 deletion R/read_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
get_data <- function(data_id, sql = NA){

con <- dbConnect(duckdb())
dbExecute(con, "FORCE INSTALL httpfs")
dbExecute(con, "FORCE INSTALL httpfs from core_nightly;")
dbExecute(con, "LOAD httpfs")
dbGetQuery(con,
glue::glue("SELECT *
Expand Down

0 comments on commit b26ae01

Please sign in to comment.