Authenticate            Create a credential object to access social
                        media APIs
Authenticate.reddit     Reddit API authentication
Authenticate.twitter    Twitter API authentication
Authenticate.youtube    Youtube API authentication
Collect                 Collect data from social media for generating
                        networks
Collect.reddit          Collect comments data from reddit threads
Collect.twitter         Collect tweet data from twitter search
Collect.youtube         Collect comments data for youtube videos
Create                  Create networks from social media data
Create.activity.reddit
                        Create reddit activity network
Create.activity.twitter
                        Create twitter activity network
Create.activity.youtube
                        Create youtube activity network
Create.actor.reddit     Create reddit actor network
Create.actor.twitter    Create twitter actor network
Create.actor.youtube    Create youtube actor network
Create.semantic.twitter
                        Create twitter semantic network
Create.twomode.twitter
                        Create twitter 2-mode network
vosonSML-package        Collection and network analysis of social media
                        data
vosonSML::AddText       Add columns containing text data to network
                        dataframes
vosonSML::AddText.activity.reddit
                        Add columns containing text data to reddit
                        activity network dataframes
vosonSML::AddText.actor.reddit
                        Add columns containing text data to reddit
                        actor network dataframes
vosonSML::AddText.actor.youtube
                        Add columns containing text data to youtube
                        actor network dataframes
vosonSML::AddUserData   Add columns of user information as node
                        attributes to network dataframes
vosonSML::AddUserData.actor.twitter
                        Supplement twitter actor network by adding user
                        profile attributes to nodes
vosonSML::AddVideoData
                        Add columns of video information to network
                        dataframes
vosonSML::AddVideoData.actor.youtube
                        Add video information to youtube actor network
                        dataframes
vosonSML::GetYoutubeVideoIDs
                        Extract the ids from a list of youtube video
                        URLs
vosonSML::Graph         Create an igraph graph from network
vosonSML::ImportData    Import collected data previously saved to file
