Script to subset columns and rename them in the new file
Hello! I am trying to make a script combining the 2 actions of creating a subset Table and renaming column name of the subset at the same time. I have a "Main" table and would like to create 2 subsets from it. One subset "Subset 1" with some of the columns, the other one "Subset 2" with some other columns.This part of the script is working well but I can't get it right to rename the columns in Sub...