if (FALSE) {
## First log in to a DataSHIELD session with mtcars dataset loaded.
ds.rename(
df.name = "mtcars",
tidy_select = list(new_var_1 = mpg, new_var_2 = cyl),
newobj = "df_renamed",
dataources = conns
)
## Refer to the package vignette for more examples.
}
Run the code above in your browser using DataLab