Hi, the today() function has been masked in dbplyr to pull the DB's date. You will need to call lubridate so that R recognizes the function call. Here is an example:
Thanks edgararuiz! This covers most of what I need. The sysdate sql keyword actually returns a timestamp, not a datestamp. So I can check at the date level, but at the timestamp level. Does something for that exist?