Learn R Programming

datr (version 0.1.0)

create_dat: Create Dat metadata

Description

Function to create a dat.json interactively, with title and description.

Usage

create_dat(dir = ".")

Arguments

dir

Directory to create Dat. Defaults to working directory.

Examples

Run this code
# NOT RUN {
  create_dat(dir = tempdir())
# }

Run the code above in your browser using DataLab