R/CreateDynamicNetwork.default.R

Defines functions CreateDynamicNetwork.default

CreateDynamicNetwork.default <-
function(x,writeToFile)
  {
    if (missing(writeToFile)) {
      writeToFile <- FALSE # default = not write to file
    }
    cat("Error. Cannot operate on this data.\nUse the `CollectTemporalData` family of functions in the SocialMediaLabs package to collect temporal data for generating dynamic networks.\n")
    cat("Dynamic networks are currently supported for the following data sources:\n1. Facebook\n\n")
  }

Try the SocialMediaLab package in your browser

Any scripts or data that you put into this service are public.

SocialMediaLab documentation built on May 29, 2017, 9:41 p.m.