I'm not sure about the output of the MCA() function in the FactoMineR library in R.
For example I want 10 components, so I'm running the following code:
X1 <- MCA(data, ncp = 10)
Does ncp (which stands for number of dimensions) give me 10 components??