Public Vars

Back

rename-column (clj)

(source)

function

(rename-column old-col new-col)
Accepts two column names: the original name and the new name to which it should be renamed: (rename-column :name :full-name)

Examples