| add_nodes | Add nodes to neo4j from a dataframe |
| add_or_update_nodes | Add or Update nodes in neo4j from a dataframe |
| cade_outlier | Get outliers using Classifier-Adjusted Density Estimation... |
| convert_facts_to_chars | converts all factor variables in a data.frame to character... |
| dbscan_outlier | This function Calculates outliers using the DBSCAN algorithm |
| dt_left_outer | Perform left outer join of data.tables with diagnostics |
| eliminate_single_value_cols | Subsets to columns with more than one unique value |
| find_unique_id | Find columns that uniquely identify a row in a dataframe |
| get_all_table_info | Get all table, column, and view metadata from SQL Server... |
| get_table_lengths | Gets the number of rows for a list of tables |
| get_table_sample | Take a sample of rows from a table in a database |
| get_unique_ids | Gets all columns that are unique identifiers from a list of... |
| is_local_ip | Determine whether or not an IP address is local. |
| kmeans_outlier | Detects outliers using k-means clustering |
| make_edges_dt | Create a data.table that can be used to load all edges into... |
| make_vertices_dt | Create a data.table that can be used to load all vertices... |
| mask | Get bits of the mask given the total bits |
| maskIP | Converting an IP Address based on its mask |
| outlier_ensemble | Master function to three outlier detection methods at once... |
| retrieve_edge_attributes | Retrieve all edge attributes |
| retrieve_vertex_attributes | Retrieve all vertex attributes |
| run_propensity_matching | Performs propensity score matching on a data.table and gives... |
| run_propensity_matching2 | Performs propensity score matching on a data.table and gives... |
| split_ip_network | Splitting a column containing IP address and mask into... |
| subgraph_from_v_attr | Creates a subgraph based on a vertex attribute |
| subset_graph_on_dates | subset the graph based on date ranges |
| trim | Trim trailing whitespace |
| trim.leading | Trim leading whitespace |
| trim.trailing | Trim trailing whitespace |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.