CSVJoinDelta: Read CSV File and Merge with Delta Big Datasets

View source: R/CSVJoinDelta.R

CSVJoinDeltaR Documentation

Read CSV File and Merge with Delta Big Datasets

Description

Read CSV File and Merge with Delta Big Datasets

Usage

CSVJoinDelta(csvPath, deltaPath, byX, byY, savePath, cores = 4)

Arguments

csvPath

CSV File Path

deltaPath

Delta File Path

byX

Name of First data column Used for Merging

byY

Name of Second data column Used for Merging

savePath

CSV Save Path

cores

Spark local number of cores


Ehyaei/IRISUtils documentation built on March 29, 2022, 9:46 a.m.