Hi list, I encountered a situation that a data frame is defined by two packages. Both of them are loaded by library(). My questions are 1. How could I tell the data frame is from which package? 2. If I want to reference the data frame from package A insted of B, how can I do it? Thanks! hshen