{
  "_id": "6a2a77117b7a29ca6004573f",
  "Package": "impexpcsv",
  "Title": "Import Various csv Files with Common Columns and Export in One\ncsv file",
  "Description": "Import various csv files with common columns and export in\none csv file. Csv files are imported with data.table::fread(),\nrow-binded with data.table::rbindlist() and exported with\ndata.table::fwrite().",
  "Version": "0.0.7",
  "License": "GPL-2",
  "Author": "Sandro Burri <gibo.gaf@gmail.com>",
  "Maintainer": "Sandro Burri <gibo.gaf@gmail.com>",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Repository": "https://swissstatsr.r-universe.dev",
  "Date/Publication": "2025-01-30 15:40:27 UTC",
  "RemoteUrl": "https://github.com/SwissStatsR/impexpcsv",
  "RemoteRef": "HEAD",
  "RemoteSha": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-11 08:49:08 UTC",
    "User": "root"
  },
  "MD5sum": "00dcc1e3ea5fdebf3e75677c582e037d",
  "_user": "swissstatsr",
  "_type": "src",
  "_file": "impexpcsv_0.0.7.tar.gz",
  "_fileid": "c51fe05e27fb12ca02980211c080ad4c4b7310d1f3918d593e88320a94750b38",
  "_filesize": 86335,
  "_sha256": "c51fe05e27fb12ca02980211c080ad4c4b7310d1f3918d593e88320a94750b38",
  "_created": "2026-06-11T08:49:08.000Z",
  "_published": "2026-06-11T08:51:29.338Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80757551502,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7559315644"
    },
    {
      "job": 80757551511,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559317137"
    },
    {
      "job": 80757551484,
      "time": 111,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7559318752"
    },
    {
      "job": 80757551469,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559312214"
    },
    {
      "job": 80757029762,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559276419"
    },
    {
      "job": 80757551470,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559311734"
    },
    {
      "job": 80757551473,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7559309321"
    },
    {
      "job": 80757551494,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7559299392"
    },
    {
      "job": 80757551456,
      "time": 62,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559300290"
    }
  ],
  "_buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/SwissStatsR/impexpcsv",
  "_commit": {
    "id": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
    "author": "gibo <sandro.burri@ti.ch>",
    "committer": "gibo <sandro.burri@ti.ch>",
    "message": "add argument quote = \"auto\" to bind_csv() and bind_csv_all(). Version 0.0.7\n",
    "time": 1738251627
  },
  "_maintainer": {
    "name": "Sandro Burri",
    "email": "gibo.gaf@gmail.com",
    "login": "gibonet",
    "description": "",
    "uuid": 14068778
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "swissstatsr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "gibonet",
      "count": 29,
      "uuid": 14068778
    }
  ],
  "_userbio": {
    "uuid": 156070198,
    "type": "organization",
    "name": "Swiss Stats R",
    "description": "Swiss Stats R"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/impexpcsv"
  },
  "_devurl": "https://github.com/swissstatsr/impexpcsv",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/impexpcsv.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "all_columns",
    "bind_csv",
    "bind_csv_all",
    "common_columns",
    "import_list_csv"
  ],
  "_help": [
    {
      "page": "all_columns",
      "title": "Retrieves all column names from different csv files",
      "topics": [
        "all_columns"
      ]
    },
    {
      "page": "bind_csv",
      "title": "Create a \"row-binded\" csv file appending common columns of various csv files",
      "topics": [
        "bind_csv"
      ]
    },
    {
      "page": "bind_csv_all",
      "title": "Create a \"row-binded\" csv file appending all columns of various csv files",
      "topics": [
        "bind_csv_all"
      ]
    },
    {
      "page": "common_columns",
      "title": "Find common columns of various csv files",
      "topics": [
        "common_columns"
      ]
    },
    {
      "page": "import_list_csv",
      "title": "Import various csv files in a \"row-binded\" data.table with the same columns",
      "topics": [
        "import_list_csv"
      ]
    }
  ],
  "_readme": "https://github.com/SwissStatsR/impexpcsv/raw/HEAD/README.md",
  "_rundeps": [
    "data.table"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "impexpcsv",
  "_universes": [
    "swissstatsr",
    "gibonet"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:54.000Z",
      "distro": "noble",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "3bd5a8647146c6b935dc92b2fc23501e498d365d5078200cff3434855ff897ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:57.000Z",
      "distro": "noble",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "17545017f34ed72eb007bdd5b6dd337f427fe7c1304946e3a25456fd2b0a308e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:59.000Z",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "c716a69f6d0e71ca1428dc09ac81e4d12c6273cb2ae1f6f9d5ff362b63b17682",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:45.000Z",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "fb90526a0d75415ddb0983c472190641616e4813ed1c60ecbfdf03a648aef0df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:54.000Z",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "df95ba5824d639e846c1d6873486cdd88ca3e721c5f1a87d320a3f51b22ad981",
      "status": "success",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:34.000Z",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "64fe1860bbc660535082a33f507453cc5df9a7c75ac9c2419bd9fb702e4c0d5a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:07.000Z",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "bde544a6748efecc860410722f2abb8077ffa58d4d4e00a123f2d5c675c0b6de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.7",
      "date": "2026-06-11T08:50:12.000Z",
      "commit": "ffbbdc2b01864fee4971f3c7c1c67b018d5a2f4c",
      "fileid": "224cdfb250e78fc3f0fbe7384db08e2379b90b801569860894094c1f04c17ff2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/swissstatsr/actions/runs/27335072261"
    }
  ]
}