align_dfcol | R Documentation |
align_dfcol
align_dfcol(target, template)
target |
data.frame |
template |
data.frame |
target <- data.frame(matrix(NA, ncol = 5)) template <- data.frame(matrix(NA, ncol = 6)) names(target) <- c(letters[c(3, 1, 2, 4, 8)]) names(template) <- c(letters[1:6]) align_dfcol(target = target, template = template)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.