powered by
Remove punctuation and spaces and turn them to underscores plus convert to lower case.
mcga(tbl)
a data.frame-like object
data.frame
whatver class x was but with truly great, really great column names. They're amazing. Trust me. They'll be incredible column names once we're done.
x
# NOT RUN { real_world <- read_docx(system.file("examples/realworld.docx", package="docxtractr")) tbls <- docx_extract_all_tbls(real_world) mcga(assign_colnames(tbls[[1]], 2)) # }
Run the code above in your browser using DataLab