Learn R Programming

geeLite (version 1.0.2)

get_state: Print the State File

Description

Reads and prints the state file from the database's root directory in a human-readable format.

Usage

get_state(path)

Value

A character string representing the formatted JSON content of the state file.

Arguments

path

[mandatory] (character) The path to the root directory of the generated database.

Examples

Run this code
# Example: Printing the state file
if (FALSE) {
  get_state(path = "path/to/db")
}

Run the code above in your browser using DataLab