README.md

Coldbir Help Server

To be used with the Coldbir package (>= v0.3).

E.g:

library(Coldbir)
library(ColdbirHelpServer)

# Database connection
a <- cdb()

# Add data
a["Age"] <- MASS::survey$Age

# Add documentation
a["Age"] <- doc(title = "Age of the student in years", description = "...")

# Show help
?a

And then it starts up a Shiny server and shows an interactive page showing documentation and other information available in the database. For an example, see: http://glimmer.rstudio.com/reinholdsson/help-app-demo/.



reinholdsson/ColdbirHelpServer documentation built on May 27, 2019, 4:54 a.m.