mutate functionss

hello, i am using dplyr package, how do I solve this

reve <- data1 %>%
mutate(reve = Original.Sale.Price * Cost)
non-numeric argument to binary operator

One or both of the columns you are multiplying does not contain numbers. Please post the output of

dput(head(data1))

Place a line containing only three back ticks ,```, before and after the pasted output, like this
```
Your output
```

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.