show.pref: Show a (partially evaluated) preference
Description
Show a (partially evaluated) preference
Usage
show.pref(p, df = NULL)
Arguments
p
The preference to be shown.
df
(Optional) A dataframe on which the preference operates.
Details
If df is not given this function is identical to typing p on the console or calling show(p).
This standard show function does not do any evaluation and just converts the expressions to characters.
A given dataframe causes that all expressions in p are evaluated except the attributes in p,
i.e. the column names in df. The content of the dataframe df does not matter;
only colnames(df) is taken to get the "free variables" in p