SummaryTools dfSummary() not providing output, only HTML

1.5k views Asked by At

Attempting to use SummaryTools on my work PC (Windows). I am trying to run dfSummary() but the only output i get is the HTML code in the console.

I do not have issue using this library on my personal Mac, so i assume this might have something to do with how R is installed but there is no one to help troubleshot this from IT.

Previous related topics have suggest instead of dfSummary(iris)

to use:

print(dfSummary(iris),method='render')

Neither method works

library(summarytools) dfSummary(iris) print(dfSummary(iris),method='render')

Actual output should include pretty graphs and tables. Similar to what is found here:

https://cran.r-project.org/web/packages/summarytools/vignettes/Introduction.html

0

There are 0 answers