joranE / room_utils

Some R programs to help in the room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roomutils

The "roomutils" package includes functions to retrieve information about the users in the chatrooms at Stack Overflow.

Installation

The package is in the "room_utils" subdirectory. Install it using "devtools".

devtools::install_github("r-public/room_utils", subdir = "room_utils")

Functions

Function Description
room_owners Lists the Room Owners of a Specified Stack Overflow Room
room_rep Sum of the Reputation of Current Room Occupants
user_list Lists the Locations of Users in a Specified Room
user_location Lists the Locations of Specified Users
plot_current_users Plots the Locations of Users in a Specified Room

About

Some R programs to help in the room

License:Apache License 2.0


Languages

Language:R 100.0%