To reproduce: ``` r data.frame(x = 1:10) %>% ncol ## [1] 1 data.frame(x = 1:10) %>% base::ncol ## Error in .::base : unused argument (ncol) ```