Is there a way to change the data type of multiple columns at once in R only through there column names?
df
COlA COLB COlC
sdf 12 34
sdsd 12 45
sdfa 45 34
COLB and COLC should be changed to integer at once by using there names and not through indexing ?