Extracts rows from new data frame corresponding to compounds not contained in old data frame

extract_new(old_df, new_df)

Arguments

old_df

old data frame

new_df

new data frame

Value

Examples