is_process_file: Process Raw Data File

View source: R/file-process.R

is_process_fileR Documentation

Process Raw Data File

Description

Implement the specifications to the raw data such as cleaning and recoding the data.

Usage

is_process_file(
  file,
  filespec,
  fgspec,
  con,
  verbose = NULL,
  row = NULL,
  control = FALSE,
  duck = NULL
)

Arguments

file

File rawdata

filespec

Specification for a file from tbl_Innlesing

fgspec

Specification for a file group

con

Connection to the database

verbose

Make processes explicit. Default is FALSE

row

Select specific row only

control

Logical value. If the file has been checked for possible errors

duck

R6 object for DuckDB

Value

A dataset with data.table format


helseprofil/orgdata documentation built on Feb. 3, 2025, 4:55 p.m.