Skip to content
View Arf9999's full-sized avatar
Block or Report

Block or report Arf9999

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rtweetXtras rtweetXtras Public

    Twitter analysis functions built for use with rtweet package (by mkearney)

    R 22 3

  2. linkXtractor linkXtractor Public

    R wrapper of lynx browser to extract links from web pages

    R

  3. archiveR archiveR Public

    R wrappers to upload urls to web.archive.org

    R 1

  4. Cleanup of South African 2019 crime ... Cleanup of South African 2019 crime statistics into a two tidy formats
    1
    library (tidyverse)
    2
    library(readxl)
    3
    library(httr)
    4
    library(janitor)
    5
    
    
  5. Iron_March_Forum_chloropleth_map.R Iron_March_Forum_chloropleth_map.R
    1
    
    
    2
    
    
    3
    ##--------------------------------------------------------------------------------------------------##
    4
    ##Mapping neo-nazi forum post volume to world map using the Iron March Forum leaked SQL database    ##
    5
    ##Leaked database is available here: https://archive.org/details/iron_march_201911                  ##
  6. cleanup_crime_stats_2020 cleanup_crime_stats_2020
    1
    library (tidyverse)
    2
    library(readxl)
    3
    library(httr)
    4
    library(janitor)
    5