Skip to content

Commit b4d1623

Browse files
committed
change .duckdb to .db to allow for wider compatibility
1 parent 3eeb502 commit b4d1623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_operations.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ save_data <- function(directory) {
1919

2020
con <- dbConnect(
2121
duckdb(),
22-
dbdir = path(directory, "APS-DATA", ext = "duckdb"),
22+
dbdir = path(directory, "APS-DATA", ext = "db"),
2323
read_only = FALSE
2424
)
2525

0 commit comments

Comments
 (0)