How to join a DF object and a SF object ?

Hi @ LINALGBS, welcome to the forum.
Have a look at FAQ: How to do a minimal reproducible example ( reprex ) for beginners

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need.

Another, simple approach is to just paste code and the results of dput() between two