Add PC scores to the original dataset
Value
A tibble containing the original data with additional columns
for each principal component score (named PC1, PC2, etc.).
Examples
# \donttest{
pca <- tidy_pca(USArrests)
augmented <- augment_pca(pca, USArrests, n_components = 2)
# }
