powered by
huxtable
hux
huxtable(..., add_colnames = FALSE, add_rownames = FALSE)hux(..., add_colnames = FALSE, add_rownames = FALSE)as_huxtable(x, ...)as_hux(x, ...)# S3 method for default as_huxtable(x, add_colnames = FALSE, add_rownames = FALSE, ...)is_huxtable(x)is_hux(x)
hux(..., add_colnames = FALSE, add_rownames = FALSE)
as_huxtable(x, ...)
as_hux(x, ...)
# S3 method for default as_huxtable(x, add_colnames = FALSE, add_rownames = FALSE, ...)
is_huxtable(x)
is_hux(x)
data.frame
TRUE
as_huxtable
as_hux
ht <- huxtable(column1 = 1:5, column2 = letters[1:5]) dfr <- data.frame(a = 1:5, b = letters[1:5], stringsAsFactors = FALSE) as_huxtable(dfr)
Run the code above in your browser using DataLab