dbca-wa / wastdr

An R Client for the WA Sea Turtles and Strandings Database WAStD
https://dbca-wa.github.io/wastdr/
Other
3 stars 0 forks source link

Create extract_wamtram function family #29

Closed florianm closed 3 years ago

florianm commented 4 years ago

extract_wamtram should read in all data from WAMTRAM, following

https://github.com/dbca-wa/turtle-scripts/blob/master/wamtram/wamtram_etl.Rmd https://github.com/dbca-wa/wastdr/blob/master/vignettes/wamtram.Rmd (data catalogue > search for WAMTRAM)

Each table should be read and cleaned in a separate function.

florianm commented 3 years ago

Implemented as wastdr::download_w2_data(). Since all tables come from the same ODBC connection, it makes sense to keep them inside one (admittedly large) function. Currently updating the function to include all tables.