Learn R Programming

⚠️There's a newer version (0.32) of this package.Take me there.

servr (version 0.25)

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

Version

Install

install.packages('servr')

Monthly Downloads

53,500

Version

0.25

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Yihui Xie

Last Published

November 4th, 2022

Functions in servr (0.25)

notebook

Serve R notebooks
random_port

Find a random available TCP port
daemon_stop

Utilities for daemonized servers
jekyll

Serve R Markdown based websites
httd

Serve static files under a directory
make

Serve files under a directory based on GNU Make
browse_last

Reopen the last browsed page
redirect

Create a redirect response
serve_example

A convenience function to serve examples in this package
create_server

Create a server
server_config

Server configurations
vign

Serve R Markdown/HTML package vignettes