Calculate the Assortativity Coefficient of Weighted and Binary Networks (assortnet)
Functions to calculate the assortment of vertices in social networks. This can be measured on both weighted and binary networks, with discrete or continuous vertex values.
Data Frame Column Name, Class and Value Checking (datacheckr)
The primary function check_data() checks a data frame for column presence, column class and column values. If the user-defined conditions are met the function returns the an invisible copy of the original data frame, otherwise the function throws an informative error.
Collect Data Programmatically by POST Methods to Google Forms (googleformr)
GET and POST data to Google Forms; more secure than having to expose Google Sheets in order to POST data.