aes2.Rdaes2
aes2(...)aes2(x, y)
#> Error in aes2(x, y): object 'new_aes' not found
aes2(x, y, "hello")
#> Error in aes2(x, y, "hello"): object 'new_aes' not found
aes2(x, y, hello = "hello")
#> Error in aes2(x, y, hello = "hello"): object 'new_aes' not found