Skip to content

support pander #33

@jankatins

Description

@jankatins

pander returns markdown (and is used extensively with knitr to display rich tables), this should be displayed as markdown to be rendered in the notebook:

df <- data.frame(a=1:8, b=factor(c(0,1,0,1,0,1,0,1), levels=c(0,1), labels=c("a", "b")) )
pander(df %>% t.test(a~b, data = .) %>% tidy())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions