| cca_table | R Documentation | 
It creates a data frame with the pairwise CCA for each possible pair of SRs from the citation matrix and the overall CCA. It is taking as input the citation matrix.
cca_table(cm)
cm | 
 Defines the data frame containing 1s, 0s, and NAs (in case of structural missingness).  | 
res
DATASET <- readxl::read_excel(system.file('extdata','cca.xlsx', package = 'ccaR'))
tb <- cca_table(DATASET)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.