dsGetRow: Get a row in a data source

View source: R/RcppExports.R

dsGetRowR Documentation

Get a row in a data source

Description

Get a row in a data source for a row index.

Usage

dsGetRow(index)

Arguments

index

Index of row

Value

List containing row in data source

Examples


dsCreateWithDataFrame(iris)
dsGetRow(1)

ganGenerativeData documentation built on Nov. 19, 2023, 5:12 p.m.