edgeListToNodesEdges()
|
convert an edge list into 2 data frames: nodes and edges |
functionsUsedFinder()
|
find functions used in each of the functions in a speficied R file |
gitLister()
|
figure out which folders have git initialized or not |
gitOrganizer()
|
Identify which folders are git repos, clean them up and organize them. READ WARNING IN DESCRIPTION |
igraphPlot()
|
Create a prettier igraph chart |
internalFunctionParser()
|
this does most of the heavy lifting of seperating inputs and functions |
joiner()
|
internal function for testMatrixMaker |
left()
|
gets left bit of string |
libraryFinder()
|
examines all the R files within a folder that have been modified within a certain date
and returns a list of all the libraries to install. |
mapHelper()
|
A helper function to remember all the steps I like when mapping a
throwaway function on somethin |
mid()
|
gets mid part of string |
packageBulkInstaller()
|
Build all packages within a folder that match a text string |
packageMakerList()
|
Output a list of steps to do |
pleaseForTheLoveOfGodLetMeBuild()
|
remove intermediate build artifacts that make package development annoying |
right()
|
gets right side of string |
testMatrixMaker()
|
Create proposals for a testing matrix |
titleFlattener()
|
Given a text with titles, it returns a df with each line with it's accompanying title |
titleUnflattener()
|
given a df with two columns, stuff and section headers,
it outputs the stuff where with section headers are "titles" |
truncateNodes()
|
filter a network according to simple node counts |