neon_import_db {neonstore}R Documentation

Import a NEON database exported from neon_export_db()

Description

Import a NEON database exported from neon_export_db()

Usage

neon_import_db(
  dir = file.path(neon_dir(), "parquet"),
  db = neon_db(read_only = FALSE)
)

Arguments

dir

directory to which parquet export is written.

db

Connection to your local NEON database


[Package neonstore version 0.5.1 Index]