Skip to content

Commit 921239a

Browse files
committed
Add pkg inborutils
To use csv_to_sqlite() function. See #33
1 parent 4120e4c commit 921239a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/belgium/2_create_db.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ library(here) # To find files
2929
library(rgbif) # To use GBIF services
3030
library(glue) # To write queries
3131
library(RSQLite) # To interact with SQlite databases
32+
library(inborutils) # To write a SQLite database from a csv file
3233
```
3334

3435
# Transform CSV to sqlite file

0 commit comments

Comments
 (0)