check_na_rm() should warn with untranslated function names #153
Labels
feature
a feature request or enhancement
func trans 🌍
Translation of individual functions to SQL
wip
work in progress
Milestone
check_na_rm()
warns like this, but apparently we cannot useAVG(x, na.rm = TRUE)
; I believe it should bemean(x, na.rm = TRUE)
.But, I don't know how to pass the original name to
check_na_rm()
...Created on 2018-09-06 by the reprex package (v0.2.0.9000).
The text was updated successfully, but these errors were encountered: