ijlyttle/srlst: Serialize Lists into Text-Lists

Serialzing lists into text-lists can make it easier to work with web-service APIs. This package can help you work with query-parameter data in the "R world", helping you serialize it for use in the "remote world". In many cases, parameters for http queries are formatted differently from R: logicals are expressed as true/false, time durations are specified in ms (R uses difftime, or lubridate durations), and vectors are expressed using comma-delimited strings. The goal of this package is to make that translation process easier.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
URL https://github.com/ijlyttle/srlze
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ijlyttle/srlst")
ijlyttle/srlst documentation built on May 18, 2019, 3:42 a.m.