79298180

Date: 2024-12-20 19:08:11
Score: 1
Natty:
Report link

also in base R

levels(interaction(vars, vis, lex.order = TRUE))
[1] "PL.1" "PL.2" "PL.3" "SR.1" "SR.2" "SR.3"

lex.order is only necessary to sort the results; it can be omitted if order of elements is not important

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bogdan Micu