result <- prmap(computer, brand = "brand", attr = "high_end:business")
summary(result)
summary(result, cutoff = .3)
prmap(
computer,
brand = "brand", attr = "high_end:dated",
pref = c("innovative", "business")
) %>% summary()
Run the code above in your browser using DataLab