Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

how to add columns to a flextable in r

data <- iris[c(1:3, 51:53, 101:104),]
myft <- flextable(data, col_keys = c("Species", "Sepal.Length", "Petal.Length") )
myft
Source by davidgohel.github.io #
 
PREVIOUS NEXT
Tagged: #add #columns #flextable
ADD COMMENT
Topic
Name
3+1 =