Learn R Programming

kimisc (version 1.0.0)

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

2,136

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Last Published

December 2nd, 2024

Functions in kimisc (1.0.0)

tll-deprecated

Transposes a list of lists
list_to_df-deprecated

Converts a list to a name-value data frame
vswitch-deprecated

Vectorized switch
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)
nc-deprecated

Smart named vector
nin.interval.lo

Checks if values are outside of an interval (open on the left)
in.interval.ro

Checks if values are contained in an interval (open on the right)
coalesce.na-deprecated

Replaces NA values
kimisc-deprecated

Deprecated functions
seconds.to.hms-deprecated

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

Converts a name-value data frame to a named list
thisfile-deprecated

Determines the path of the currently running script
export.list

Exports to an environment
export

Exports to an environment
kimisc-package

kimisc: Kirill's Miscellaneous Functions
gdiff

Generalized lagged differences
nin.interval.ro

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

Order-preserving factors
nlist-deprecated

Smart named list
cut_format

Convert Numeric to Factor, with custom formatting
sample.rows-deprecated

Random Samples and Permutations for Data Frames