import_fhir: import_fhir

Description Usage Arguments Value

View source: R/import_FHIR.R

Description

Import data from a FHIR folder

Usage

1
2
3
4
5
6
7
8
import_fhir(
  folder_path,
  date = c("date"),
  begin = c("begin"),
  end = c("end"),
  tag = c("tag"),
  value = c("value")
)

Arguments

folder_path

A path to the FHIR file.

date

A vector of labels containing dates.

begin

A vector of labels containing begin dates.

end

A vector of labels containing end dates.

tag

A vector of labels containing tags.

value

A vector of labels containing values.

Value

Merge of imported data and already imported data


analysr/analysr documentation built on Feb. 13, 2022, 11:22 a.m.