I\'m trying to define a Python function that involves rpy2 steps. This is my code :
def boxplot(x): plot_df = (DataFrame(df). filter(\'VAR1 == x\' ))