diffdf icon indicating copy to clipboard operation
diffdf copied to clipboard

Output Format: HTML

Open kieranjmartin opened this issue 6 years ago • 5 comments

kieranjmartin avatar Aug 20 '18 12:08 kieranjmartin

I guess we should discuss what exactly we want from this.

Do we wish for differences to be displayed in the HTML viewer by default or just that we have an export to html option ? I am leaning towards displaying HTML by default as it is prettier.

We would then though need to be dependent on the rstudioapi as trying to browse and open a html file without the rstudio being open ( rstudioapi::isAvailable() ) it would be a bit silly to open the html file.

i.e. if rstudio active load html else print ascii

gowerc avatar Aug 30 '18 10:08 gowerc

Yes I think that would be ideal, printing would open up the nice html file in the viewer which you could then open in a new page. I mean if we wanted to really show off we could make a little shiny app to help you explore....

kieranjmartin avatar Aug 30 '18 10:08 kieranjmartin

lol; lets try walking before we run :)

gowerc avatar Aug 30 '18 10:08 gowerc

Just to say that I've made a start on this in the branch render_html

gowerc avatar Jul 21 '19 18:07 gowerc

Making some good progress with this now though a lot more work is required !!!

image

gowerc avatar Apr 10 '20 17:04 gowerc