Skip to content

Usage in shiny apps #13

@tanho63

Description

@tanho63

Looks awesome! Wondering if there could be a wrapper on the details() function specifically for Shiny usage, e.g.

details_shiny <- function(object, summary, ...) {
          htmltools::HTML(
            details::details(
              object = object,
              summary = summary,
              lang = NULL,
              imgur = FALSE,
              output = "character",
              ...
            )
          )
}

where ... overrides the defaults provided above, perhaps?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions