From c37e9e81597d10e479f7fa40d7fd6d8463100036 Mon Sep 17 00:00:00 2001
From: k5cents 44UBaS(KTde{m7WSRW~01?6Vr=
delta 93
zcmZ1yvm|Ch6$cj!yH>AmoY}^vcRH>HAqFN^2If{KM%o4jRt5&HwbxV_7#LJbTq844UBaS(KVPTcndllA>l&hKn6G-LdU6VLJ^<~I8kYb7
delta 95
zcmcc2ewlp(KNANR3%jnc=jo}N#hEx5T@6AEOsovdtxQa{4GgRd3>t2|SjE7=pjzS@
lQIe8al4_NkpOTqY$zWt)WTI
install.packages("mdbr")
The development version can be installed from GitHub.
+The development version can be installed from GitHub.
# install.packages("remotes")
-remotes::install_github("kiernann/mdbr")
The user must install MDB Tools separately. Users on Debian systems can install the tools from the apt repository.
More installation methods can be found on the package’s README.
@@ -130,7 +130,7 @@Tables can be easily converted to a temporary file and read immediately.
read_mdb(ex, "Airports")
-#> # A tibble: 1,458 x 8
+#> # A tibble: 1,458 × 8
#> faa name lat lon alt tz dst tzone
#> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <chr>
#> 1 04G Lansdowne Airport 41.1 -80.6 1044 -5 A America/New_York
@@ -143,7 +143,7 @@ Example
#> 8 0G7 Finger Lakes Regional Airport 42.9 -76.8 492 -5 A America/New_York
#> 9 0P2 Shoestring Aviation Airfield 39.8 -76.6 1000 -5 U America/New_York
#> 10 0S9 Jefferson County Intl 48.1 -123. 108 -8 A America/Los_Angeles
-#> # … with 1,448 more rows
When reading a converted table, you might need to know what types of data to expect from each column.
The schema of database tables describes the column types.
diff --git a/pkgdown.yml b/pkgdown.yml index 4ac309a..2c5f36f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 3.1.11 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-03-10T04:07Z +last_built: 2024-03-11T01:57Z