-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Question for @peterdesmet
study-siteis now coded as:
"Set to start of ses.remarks (starting with capital letter) until a space is encountered. This is expected to be the release location."
This does not work here. We could add a new argument to download_data():
set_studysite = FALSE. What do you think?
Originally posted by @sannegovaert in #260
Yes, I would opt for:
ses_remarks_starts_with_study_site <- FALSESimilar to:
bird-tracking/src/uvabits_to_movebank.Rmd
Line 58 in cd02645
bird_remarks_is_nickname <- TRUE Note that you don't need to pass this as an argument to
download_data(), but as a{ses_remarks_starts_with_study_site}in the SQL. This is a poor design, but refactoring would require creating a proper R package.
Originally posted by @peterdesmet in #260
Reactions are currently unavailable