Merge df and print

Hi,

Welcome to the RStudio community!

I'm afraid your request is a bit unclear and the code you provided can't be run as it is missing data to recreate the issue. I suggest you read the reprex guide to learn how to best write a post that will help folk understanding the issue and recreating, then solving it. A reprex consists of the minimal code and data needed to recreate the issue/question you're having. You can find instructions how to build and share one here:

Judging from wat you are trying to do, it seems you are trying to join two tables together. You might want to have a look at the left_join function of the dpyr package!
https://dplyr.tidyverse.org/reference/join.html

Hope this helps, and create a reprex if you need more help
PJ