Hello,
Currently in internship and novice on Studio R, I encounter difficulties in sorting my data.
I would like to sort my data according to the boat registrations into two categories: "small craft" and "trawler". I have a data bank for all small craft plates (81) but not for trawlers.
so I thought I would create the following condition:
if(any(ill$immatriculation == 859010&ill$immatriculation == 123463&...., "small craft", "twaler")
There’s no mistake, but it doesn’t change anything.
I also tried to create two tables but no conclusive results.
Can someone help me? Thank you in advance