raise_issue: raise_issue

Description Usage Arguments

View source: R/raise_issue.R

Description

raise_issue

Usage

1
2
3
4
5
6
7
8
9
raise_issue(
  index,
  handle,
  component = NA,
  data_product,
  issue,
  severity,
  whole_object = FALSE
)

Arguments

index

index returned from link_*(), read_(), or write()

handle

an object of class fdp, R6 containing metadata required by the Data Pipeline API

component

a string specifying the component name

data_product

a string specifying the data product name

issue

a string specifying the issue

severity

a numeric value specifying the severity

whole_object

a boolean flag specifying whether or not to reference the whole_object


rDataPipeline documentation built on Nov. 18, 2021, 1:14 a.m.