Learn R Programming

spsUtil

The {systemPipeShiny} (SPS) framework comes with many useful utility functions. However, installing the whole framework is heavy and takes some time. If you like only a few useful utility functions from SPS, install this package is enough.

Install

Install release version from CRAN:

install.packages("spsUtil")

Develop version:

if (!requireNamespace("spsUtil", quietly=TRUE))
    remotes::install_github("lz100/spsUtil")

User manual

Read the manual of all utilities on our website.

Read the function reference here.

Other packages in systemPipeShiny

PackageDescriptionDocumentsFunction referenceDemo
systemPipeShinySPS main packagewebsitelinkdemo
spsCompsSPS UI and server componentswebsitelinkdemo
drawerSPS interactive image editing toolwebsitelinkdemo
spsUtilSPS utility functionswebsitelinkNA

Copy Link

Version

Install

install.packages('spsUtil')

Monthly Downloads

363

Version

0.2.2

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Le Zhang

Last Published

October 30th, 2021

Functions in spsUtil (0.2.2)

historyStack

history stack structure and methods
quiet

Suppress cat, print, message and warning
simepleStack

A simple stack structure and methods
checkNameSpace

check namespace
spsOption

Get or set SPS options
msg

pretty logging message
remove_ANSI

Remove ANSI color code
inc

In-place operations
checkUrl

check if an URL can be reached
notFalsy

Judgement of falsy value
strUniquefy

Uniquefy a character vector
timeout

Run expressions with a timeout limit