Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.32) of this package.
Take me there.
servr (version 0.2)
A Simple HTTP Server to Serve Static Files or Dynamic Documents
Description
Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.
Copy Link
Link to current version
Version
Version
0.32
0.31
0.30
0.29
0.28
0.27
0.26
0.25
0.24
0.23
0.22
0.21
0.20
0.19
0.18
0.17
0.16
0.15
0.14
0.13
0.12
0.11
0.10
0.9
0.7
0.6
0.5
0.4.1
0.4
0.3
0.2
0.1
Install
install.packages('servr')
Monthly Downloads
53,500
Version
0.2
License
GPL
Issues
6
Pull Requests
1
Stars
285
Forks
35
Repository
https://github.com/yihui/servr
Maintainer
Yihui Xie
Last Published
March 30th, 2015
Functions in servr (0.2)
Search all functions
make
Serve files under a directory based on GNU Make
vign
Serve R Markdown/HTML package vignettes
jekyll
Serve R Markdown based websites
server_config
Server configurations
notebook
Serve R notebooks
httd
Serve the static files under a directory
daemon_stop
Utilities for daemonized servers
serve_example
A convenience function to serve examples in this package