crtahlin / medplot

Functions for drawing graphs in R visualizing medical information.
4 stars 2 forks source link

Simplify the calling #47

Closed llaarraa closed 10 years ago

llaarraa commented 10 years ago

We might define such a function:

medplotOnline=function(){ runApp(file.path(path.package("medplot"), "shinyapp_symptoms2" ))}

than the user just needs to call within R to open the browser - seen something (probably) similar in the diversity paper. ANy better ideas/ or already shiny-bilt-in variants?

medplotOnline()

crtahlin commented 10 years ago

Implemented in 518ba761db4314574449452c61f2cd6f35c8d1dd .

crtahlin commented 10 years ago

function is called medplotOnline()