NEWS.md
getBasename(), getDetails(), getDigits(), getExtension(), getFilename(), getLocation(), getName() designed to help maniuplate file and directorynames.msg*() functions all gain an argument appendLF to append a new line or not.dfTemplateMatch() gains an argument order to order column of the output data frame according to the template (see #20).stopwatch() and timer().seqRg() that generates a regular sequence based on the range of a vector.seqRow() and `seqCol() that generate a regular sequences based on the number of rows and columns (respectively) of a data frame (or a matrix).msgInfo(), msgError(), msgSuccess() msgWarning() to send notices to user while a function is being executed.keepInitials() to keep the initials of character strings.keepWords(), keepLetters() and wordCount() have been re-written.LoremIpsum() now includes 2 paragraphs and any number of words can be requested.magrittr from the list of dependencies and thus all pipes, see #14.scaleWithin(), nval is now n.addURL() and addWebIcon(), see #16.findReplace() and grepReplace()m see #15.adjustString() has been entirely re-written and has been renamed adjustStrings() as it now accepts vectors of character strings. Argument nzchar no longer accepts negative real or strings and has been renamed n. Also before becomes align and can takes “right”, “left” or “center”. Last, it gains the argument add that allows the user to add make n a number of character to be added.tblDown() to quickly export a list of data frames as a document.findRef() and substrBib() has been removed, see #11.unlist is no longer an argument of keepWords() and keepLetters().scaleWithin() documentation.keepLetters() and rmPunct() ✨ see #10.inSilecoMisc.R.docs/ is now ignored.stLength() has been removed (see #9).logit() has been removed (see #8).dfTemplate() the values of argument col_classes are now checked, a test has been added.dfTemplate() fill is now a vector whose values are replicated so its length equals the number of columns.dfTemplate(), col_classes values are replicated so its length equals the number of columns.dfTemplate(), fill now determines the classes of the columns when col_classes if NULL which is the new default value.README.Rmd has been removed and most of its content is in the vignette inSilecoMisc, an overview
assignClass2df() => setColClass()
strLength() => stLength()
applyString() => stApply()
whichIs() which looks for the values of a given vector in another one and returns the positions of matchs as a list;dfTemplate() and dfTemplateMatch() to create data frames from scratch or based on one or two data frames.loremIpsum() to get a piece of a placeholder text.readYamlHeader() to read YAML headers.stApply() to apply a function to a subset of strings.findReplace() and grepReplace().logistic() and \code{logistic2()}.addWebIcon().meanAlong(), a simple moving window function.wordCount() to select characters to be excluded.