| abb | Take abbreviation - translates a string into its abbreviation |
| abbv | Extract abbreviations from parentheses in a string |
| acan | As numeric, then as character |
| an | As numeric |
| avsapply | Make sapply into a vector |
| basicClean | Basic clean - specific for track project (see code) |
| bind_data | Bind data from all school-meets in CSV. This was necessary to... |
| c0 | Make it acceptable for the c() function to end in a comma |
| c2f | CSV to Feather (if necessary) - this is an omnibus... |
| cd | Change Directory |
| cleanData | Comprehensively clean/standardize data - run the function to... |
| data.frame0 | Make it acceptable for the data.frame() function to end in a... |
| dichNA | Dichotomize with NAs |
| fnFinder | Find the first name. Split up all the words by spaces. If... |
| grepl0 | Advanced grepl - this was an attempt to make grepl a bit more... |
| grepl_allWords | grepl for all words - one function to look for all words in a... |
| hypFinder | Find the hyphen. Look for a hyphenated name. If a hyphenated... |
| isid | Is ID? Equivalent to Stata function isid() |
| is.na0 | Is NA or NULL? If so, TRUE. Otherwise, FALSE. Helpful because... |
| letters_only | Does string contain letters only? If so, it returns TRUE.... |
| list0 | Make it acceptable for the list() function to end in a comma |
| lnFinder | Find the last name. Split up all words by spaces. If there is... |
| load_packages | Load Packages - this just makes it easy to load all the... |
| meet | Navigate to meet in Athletic.net using meetID |
| more.than.1.league | There is more than one unique value in the vector |
| more.than.two.diff.league | There are more than two elements different from the most... |
| most.common.league | Most common league - the most common vector in a list |
| na_omit | This function removes all NAs from a vector. |
| na_omit0 | Advanced NA omit - removes "NA", "NULL" and, if... |
| newZelig | newZelig |
| numbers_only | Does string contain numbers only? If so, it returns TRUE.... |
| numWords | How many words in this string? (Based upon a split of " ") |
| ok.comma | Make it acceptable for a function to end in a comma |
| outersect | Outersect |
| over.80.percent | Over 80 percent of the elements in a vector are the same |
| predict_expand | Predict and Expand |
| print0 | Custom print with systime - prints whatever you'd like, but... |
| read_feather0 | This is a wrapper for the read_feather function. It returns a... |
| read.pipe | Read Pipe Delimited Files |
| read.spss0 | Read SPSS File |
| remove_articles | Remove articles and other small words (and/of/for/in/the)... |
| select0 | select0 - this is a wrapper for dplyr::select that returns a... |
| separate0 | Separate a single column into many columns by a delimiter. If... |
| sort_nchar | Sort a vector of strings by number of characters |
| ss | This function creates a table of summary statistics. |
| strcount | Count the number of times the pattern appears |
| te | Text exists: Is this text in this vector? For example, is "A"... |
| testInside | Test what's in the list |
| testOutside | Test what's not in the list |
| track_abb | Track abbreviations - this adds a few suffixes to league... |
| tx_league_abbv | Texas T&F league abbreviations - takes abbreviations of Texas... |
| u | Unique - exactly unique(), just shorter |
| unique00 | Unique with na.omit and as.numeric option. This is just an... |
| wn | Take only numbers before the decimal. "43890.478943" turns to... |
| wordExists | Is this pattern in the string (Logical) - just like grepl |
| xvars | Select variables of a dataset if they exist. Basically, this... |
| yrFun | Fix years: Some years are pretty obviously incorrect. If the... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.