Skip to content
View thoughthollow's full-sized avatar

Block or report thoughthollow

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
thoughthollow/README.md
  • 👋 Hi, I’m Andy Tait & I'm a statistician (former librarian) working in the non-profit sector.
  • 👀 I’m interested in #R, books, art, linguistics, and history.
  • 💪 I'm good with anything involving MS Excel; decent with HTML, CSS, SQL, and R; and I have some basic knowledge of Javascript and SPARQL.
  • 🌱 Currently I'm focused on improving my knowledge of #R.

Pinned Loading

  1. Bulk_PDFs_and_Emails Bulk_PDFs_and_Emails Public

    R scripts for creating PDFs and emails in bulk, along with the R Markdown for a PDF template

    R

  2. UNOG-rProjects UNOG-rProjects Public

    Scripts written in R for various R Projects for my work at the UN Library and Archives Geneva

    R

  3. unoglna_3dmodel unoglna_3dmodel Public

    Make a 3D model of the UNOG Library & Archives building

    R

  4. AlmaAnalyticsAPIcall AlmaAnalyticsAPIcall Public

    A project written in R for calling the Alma Analytics API and parsing the XML returned into tabular format

    R

  5. Get the configuration values from a ... Get the configuration values from a .csv file
    1
    # Get the configuration info
    2
    {
    3
      config <- read_csv("config.csv",
    4
                         locale = locale(encoding = "UTF-8"),
    5
                         trim_ws=TRUE)