Thanks to visit codestin.com
Credit goes to github.com

Skip to content

html output with each table in a separate browser tab #14

@ghost

Description

Hi,

I've tried to use ztable to make some tables in rmarkdown, but each table seems to get put in its own html file in separate tabs on the internet browser that I have open when I render the rmarkdown document. An example is below:


title: "Interpretive Survey for OU Children's: Cross-Tables"
author: "James Cutler"
date: "9/17/2020"
output: html_document

Two tables

library(ztable)
library(magrittr)
# options(ztable.type="html")

z=ztable(head(iris))
z

z=ztable(tail(iris))
z

This does three things, actually. It opens up the two separate html tabs with one of the two tables in each. It also creates an editor window that shows only this (below) and no tables in the actual editor window:

ztable tables
James Cutler

9/17/2020

Two tables
library(ztable)

Welcome to package ztable ver 0.2.1

library(magrittr)

options(ztable.type="html")

z=ztable(head(iris))
z

z=ztable(tail(iris))
z

Is there any particular reason why this would happen?

Thank you,
James Cutler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions