Usage

    rename_dt(.data, …)

    1. iris %>%
    2. rename_dt(sl = Sepal.Length,sw = Sepal.Width) %>%
    3. head()