Tyger Guzman Profolio
  • About
  • Resume
    Tyger Guzman

    Tyger Guzman

    Data Analysis with Call Center Background

    • San Antonio, Tx
    • LinkedIn
    • GitHub
    • Email

    R ms accss

    less than 1 minute read

    R Script MS Access
    Problem: 
        Query an MS Access Database

    Solution: 

    # Load RODBC package
    library(RODBC)
    # Connect to Access db
    channel <- odbcConnectAccess("\\\\ent.core.company.com\\City\\City\\Folder\\Folder\\File.accdb")
    # Get data
    data <- sqlQuery( channel , paste ('select *
    from "AQry" '))


    Categories: R Script

    Updated: September 28, 2018

    Share on

    Twitter Facebook Google+ LinkedIn
    Previous Next

    You may also enjoy

    Shpt overtimelist

    less than 1 minute read

    Overtime Sign-Up

    Shpt hidesidenav

    less than 1 minute read

    Hide SideNav

    Shpt downloadfile

    less than 1 minute read

    Download A File

    Shpt cssfile

    1 minute read

    CSS File

    • Follow:
    • Feed
    © 2018 Tyger Guzman. Powered by Jekyll & Minimal Mistakes.