scan_table_py: Scan items from DynamoDB Table given specific numeric...

View source: R/dynamodb_python.R

scan_table_pyR Documentation

Scan items from DynamoDB Table given specific numeric attribute range

Description

Scan items from DynamoDB Table given specific numeric attribute range

Usage

scan_table_py(
  dynamo_table,
  attribute_name,
  attribute_start,
  attribute_end,
  parse = T
)

Arguments

dynamo_table

boto3 DynamoDB Table obtained with get_dynamo_table function

attribute_name

character, numeric attribute name

attribute_start

numeric, attribute start value

attribute_end

numeric, attribute end value

parse

logical, whether to parse Python objects to R objects

Value

tibble


mcanigueral/dutils documentation built on Jan. 25, 2024, 3:34 p.m.