Methods for factor_path S7 class
factor_path-methods.RdMethods for factor_path S7 class
Examples
# Setup
set.seed(2612)
tp <- trade_posts()
x <- select_path(tp, fruit ~ furniture)
# Basic properties
length(x)
#> [1] 4 4
terms(x)
#> [1] "fruit" "furniture"