Learn R Programming

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

webdeveloper (version 1.0.4)

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

268

Version

1.0.4

License

GPL (>= 2)

Maintainer

Timothy Conwell

Last Published

September 14th, 2022

Functions in webdeveloper (1.0.4)

parseMultiPartFormParams

Helper function for parseMultiPartFormData
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().
idAddPrefix

Add a prefix to an id
idAddAffixes

Add a prefix and suffix to an id
idParsePrefix

Remove a prefix from an id
endServer

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

Remove a prefix and suffix from an id
idAddSuffix

Add a suffix to an id
parseHTTP

Parse a HTTP request
parseContentTypeHeader

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

Parse a query string
idParseSuffix

Remove a suffix from an id
serveHTTP

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

Parse multi-part form data