Learn R Programming

servr (version 0.32)

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

42,573

Version

0.32

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

October 4th, 2024

Functions in servr (0.32)

auth_basic

Generate Basic authentication strings
daemon_stop

Utilities for daemonized servers
browse_last

Reopen the last browsed page
create_server

Create a server
random_port

Find a random available TCP port
redirect

Create a redirect response
serve_example

A convenience function to serve examples in this package
make

Serve files under a directory based on GNU Make
httd

Serve static files under a directory
jekyll

Serve R Markdown based websites
vign

Serve R Markdown/HTML package vignettes
server_config

Server configurations