starts operationalizing the equality of the params

joiner(df)

Arguments

df

dataframe representing each function to be parsed

Value

gives a df but with variables nicely labelled

Details

this is probably not necessary, but in the off chance that parameters are listed in roxygen in a different order than they are listed in the function definition itself, it's safest to be super explicit. This also makes mapping here and there easier.

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }