Skip to contents

Merge solutions_df objects

Usage

# S3 method for class 'solutions_df'
merge(x, y, ...)

Arguments

x

The first solutions_df object to merge.

y

The second solutions_df object to merge.

...

Additional arguments (not used).

Value

Error message indicating that the merge function is not applicable to solutions_df objects.