Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

How to merge 3 dataframes by id in R

$
0
0

@KumarP wrote:

I have 3 dataframes(contacts, bookings,tickets).

merged.data <- merge(contacts, bookings,tickets, by=c(“contact_id”, “booking_id”,“ticket_id”))

While merging data frame ,getting below error message.

Error in fix.by(by.x, x) :
‘by’ must specify one or more columns as numbers, names or logical

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles