Learn R Programming

kimisc (version 0.4)

Kirill's Miscellaneous Functions

Description

A collection of useful functions not found anywhere else, mainly for programming: Pretty intervals, generalized lagged differences, checking containment in an interval, and an alternative interface to assign().

Copy Link

Version

Install

install.packages('kimisc')

Monthly Downloads

1,439

Version

0.4

License

GPL-3

Maintainer

Last Published

December 18th, 2017

Functions in kimisc (0.4)

kimisc-deprecated

Deprecated functions
gdiff

Generalized lagged differences
coalesce.na-deprecated

Replaces NA values
in.interval.ro

Checks if values are contained in an interval (open on the right)
hms.to.seconds-deprecated

Converts a time value given in H:M:S format to the number of seconds since midnight
in.interval.lo

Checks if values are contained in an interval (open on the left)
df_to_list-deprecated

Converts a name-value data frame to a named list
export.list

Exports to an environment
seconds.to.hms-deprecated

Converts a time value given as number of seconds since midnight to the H:M:S format
export

Exports to an environment
thisfile-deprecated

Determines the path of the currently running script
cut_format

Convert Numeric to Factor, with custom formatting
nin.interval.ro

Checks if values are outside of an interval (open on the right)
nlist-deprecated

Smart named list
ofactor-deprecated

Order-preserving factors
tll-deprecated

Transposes a list of lists
sample.rows-deprecated

Random Samples and Permutations for Data Frames
vswitch-deprecated

Vectorized switch
nin.interval.lo

Checks if values are outside of an interval (open on the left)
kimisc-package

kimisc: Kirill's Miscellaneous Functions
nc-deprecated

Smart named vector
list_to_df-deprecated

Converts a list to a name-value data frame