Skip to content
View Patrikios's full-sized avatar

Block or report Patrikios

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. snowflakeR snowflakeR Public

    Provides an R6 class 'SnowflakeConnector' to connect to Snowflake via ODBC and run queries, write tables, and manage simple transactions. Assumes that the Snowflake ODBC driver and a DSN are correc…

    R

  2. customerRelationship customerRelationship Public

    Calculate the overall customer relationship timeline per customer from many fragmented activity inputs

    R 2

  3. implements custom R conditions (like... implements custom R conditions (like errors, warnings, messages) as found in 1st Edition of Hadley's Advanced R book
    1
    # DOCUMENTATION
    2
    #
    3
    # Sources: http://adv-r.had.co.nz/Exceptions-Debugging.html & https://adv-r.hadley.nz/conditions.html
    4
    #
    5
    # - all conditions inherit from abstract class 'condition'
  4. sequences sequences Public

    go package to calculate sequences of numbers

    Go