Learn R Programming

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

webdeveloper (version 1.0.0)

Functions for Web Development

Description

Organizational framework for web development in R including functions to serve static and dynamic content via HTTP methods, includes the html5 package to create HTML pages, and offers other utility functions for common tasks related to web development.

Copy Link

Version

Install

install.packages('webdeveloper')

Monthly Downloads

166

Version

1.0.0

License

GPL (>= 2)

Maintainer

Timothy Conwell

Last Published

June 22nd, 2022

Functions in webdeveloper (1.0.0)

idParseSuffix

Remove a suffix from an id
idAddPrefix

Add a prefix to an id
idAddAffixes

Add a prefix and suffix to an id
parseQueryString

Parse a query string
serveHTTP

Conveniently create HTTP server using httpuv::startServer() or httpuv::runServer().
parseMultiPartFormData

Parse multi-part form data
parseMultiPartFormParams

Helper function for parseMultiPartFormData
idParseAffixes

Remove a prefix and suffix from an id
idAddSuffix

Add a suffix to an id
endServer

Stop HTTP server(s) by calling httpuv::stopServer() or httpuv::stopAllServers().
create_options

Creates HTML option tags for each position of a list of values and labels by calling HTML5::option(), returning a string of HTML to pass to a select tag through HTML5::select().
parseContentTypeHeader

Parse the content type header string to return the content type and boundary
parseHTTP

Parse a HTTP request
idParsePrefix

Remove a prefix from an id