| store.full_factor | R Documentation | 
Store factor scores to active dataset
## S3 method for class 'full_factor'
store(dataset, object, name = "", ...)
| dataset | Dataset to append to factor scores to | 
| object | Return value from  | 
| name | Name of factor score variables | 
| ... | Additional arguments | 
See https://radiant-rstats.github.io/docs/multivariate/full_factor.html for an example in Radiant
full_factor to generate results
summary.full_factor to summarize results
plot.full_factor to plot results
full_factor(shopping, "v1:v6", nr_fact = 3) %>%
  store(shopping, .) %>%
  head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.