1

I have a need to join 2 datasets by 2 columns. Seems like no functionality in 'dfply' package. Am I thikning right? please help

pat_active = (patients >>
         inner_join(active, by = ('StationID','PracticeID'))
        )

Documentation about library: https://github.com/kieferk/dfply

www
  • 38,575
  • 12
  • 48
  • 84
Murali
  • 579
  • 1
  • 6
  • 20

0 Answers0