Zettelkasten
top
select.columns.in.order
<-
function
(
dataframe
,
columns
)
{
dataframe
[,
columns
]
}