{
  "_id": "6a34ef9b3efcd9bda43cf767",
  "Package": "DataLoader",
  "Title": "Import Multiple File Types",
  "Version": "1.3",
  "Type": "Package",
  "Date": "2015-10-09",
  "Author": "Srivenkatesh Gandhi<srivenkateshg@sase.ssn.edu.in>, Kreshnaa\nRaam S Bethusamy <kreshnaaraamsb@sase.ssn.edu.in>",
  "Maintainer": "Srivenkatesh Gandhi <srivenkateshg@sase.ssn.edu.in>",
  "Description": "Functions to import multiple files of multiple data file\ntypes ('.xlsx', '.xls', '.csv', '.txt') from a given directory\ninto R data frames.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 07:25:54 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2015-11-01 17:53:09 UTC",
  "RemoteUrl": "https://github.com/cran/DataLoader",
  "RemoteRef": "HEAD",
  "RemoteSha": "2afb54f1afe31f8efc01c7024ba5c2d3f1b1e737",
  "MD5sum": "2bfb953792aa7791e56be43f2de9fe06",
  "_user": "cran",
  "_type": "src",
  "_file": "DataLoader_1.3.tar.gz",
  "_fileid": "5a78ed86ec7bd81da8c069c746f97e616c4d172f9acee9175ec27d729a2cabc3",
  "_filesize": 198801,
  "_sha256": "5a78ed86ec7bd81da8c069c746f97e616c4d172f9acee9175ec27d729a2cabc3",
  "_created": "2026-06-19T07:25:54.000Z",
  "_published": "2026-06-19T07:28:27.725Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82303794783,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7744051630"
    },
    {
      "job": 82303794770,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7744054361"
    },
    {
      "job": 82303424124,
      "time": 159,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7744020051"
    },
    {
      "job": 82303794736,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7744052681"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27811717896",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/DataLoader",
  "_commit": {
    "id": "2afb54f1afe31f8efc01c7024ba5c2d3f1b1e737",
    "author": "Srivenkatesh Gandhi <srivenkateshg@sase.ssn.edu.in>",
    "committer": "Gabor Csardi <csardi.gabor@gmail.com>",
    "message": "version 1.3\n",
    "time": 1446400389
  },
  "_maintainer": {
    "name": "Srivenkatesh Gandhi",
    "email": "srivenkateshg@sase.ssn.edu.in",
    "login": "srivenkatesh7",
    "description": "",
    "uuid": 15874608
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "readxl",
      "role": "Depends"
    },
    {
      "package": "plyr",
      "role": "Depends"
    },
    {
      "package": "tools",
      "role": "Depends"
    },
    {
      "package": "xlsx",
      "role": "Depends"
    },
    {
      "package": "rChoiceDialogs",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "srivenkatesh7",
      "count": 2,
      "uuid": 15874608
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 610,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 251,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/DataLoader"
  },
  "_mentions": 1,
  "_searchresults": 4,
  "_topics": [
    "openjdk"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/DataLoader.html",
    "manual.pdf"
  ],
  "_realowner": "srivenkatesh7",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.2",
      "date": "2015-10-15"
    },
    {
      "version": "1.3",
      "date": "2015-11-01"
    }
  ],
  "_exports": [
    "importAllMdf",
    "importAllSdf",
    "importCsv",
    "importCsv2",
    "importExcel",
    "importPipe",
    "importTab",
    "importTilde"
  ],
  "_help": [
    {
      "page": "importAllMdf",
      "title": "Importing multiple file types and storing it into a list of data frames",
      "topics": [
        "importAllMdf"
      ]
    },
    {
      "page": "importAllSdf",
      "title": "Importing multiple file types and storing it into a Single R Dataframe",
      "topics": [
        "importAllSdf"
      ]
    },
    {
      "page": "importCsv",
      "title": "Importing multiple csv files and storing it into a list of data frames",
      "topics": [
        "importCsv"
      ]
    },
    {
      "page": "importCsv2",
      "title": "Importing multiple csv files(\";\" delimited) and storing it into a list of data frames",
      "topics": [
        "importCsv2"
      ]
    },
    {
      "page": "importExcel",
      "title": "Importing multiple excel files and storing it into a list of data frames",
      "topics": [
        "importExcel"
      ]
    },
    {
      "page": "importPipe",
      "title": "Importing multiple pipe delimitted files and storing it into a list of data frames",
      "topics": [
        "importPipe"
      ]
    },
    {
      "page": "importTab",
      "title": "Importing multiple tab delimitted files and storing it into a list of data frames",
      "topics": [
        "importTab"
      ]
    },
    {
      "page": "importTilde",
      "title": "Importing multiple tilde delimitted files and storing it into a list of data frames",
      "topics": [
        "importTilde"
      ]
    }
  ],
  "_rundeps": [
    "cellranger",
    "cli",
    "cpp11",
    "crayon",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "plyr",
    "prettyunits",
    "progress",
    "R6",
    "rChoiceDialogs",
    "Rcpp",
    "readxl",
    "rematch",
    "rJava",
    "rlang",
    "tibble",
    "utf8",
    "vctrs",
    "xlsx",
    "xlsxjars"
  ],
  "_sysdeps": [
    {
      "shlib": "libjvm",
      "package": "openjdk-21-jre-headless",
      "headers": "openjdk-21-jre-headless",
      "source": "openjdk",
      "version": "21.0.11+10-1~24.04.2",
      "name": "openjdk",
      "homepage": "https://openjdk.java.net/",
      "description": "OpenJDK Java runtime, using Hotspot JIT (headless)"
    }
  ],
  "_score": 1,
  "_indexed": false,
  "_nocasepkg": "dataloader",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://srivenkatesh7.r-universe.dev/DataLoader",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-06-19T07:27:43.000Z",
      "distro": "noble",
      "commit": "2afb54f1afe31f8efc01c7024ba5c2d3f1b1e737",
      "fileid": "15cea2af864db17de4917d69bb1166ce205aa69fa6889300b9333992b3136550",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27811717896"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-06-19T07:27:51.000Z",
      "distro": "noble",
      "commit": "2afb54f1afe31f8efc01c7024ba5c2d3f1b1e737",
      "fileid": "e3fdd3fb290dd5affa4f8eddd33cfc61f4df6f75dc3a018933956cbe991f52aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27811717896"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3",
      "date": "2026-06-19T07:28:08.000Z",
      "commit": "2afb54f1afe31f8efc01c7024ba5c2d3f1b1e737",
      "fileid": "16c4264e6e77c1c5eaf732c86b5793db4ecad248ec91fa605fe2ee3555fc34a5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27811717896"
    }
  ]
}