as.collection: Convert data set into JSON-stat collection

Description Usage Arguments

View source: R/jsonstat-collection.R

Description

Convert data set into JSON-stat collection

Usage

1
2
as.collection(..., label = "", href = "", src = NULL, extension = NULL,
  updated = NULL)

Arguments

...

a named list, the function creates a collection based on user input like the same way as 'list'.

label

label of dataset

href

href of dataset, "" by default

src

source of dataset, NULL by default

extension

user data, NULL by default

updated

a timestamp for data, NULL by default


jsonstat documentation built on May 2, 2019, 11:18 a.m.