as.collection {jsonstat}R Documentation

Convert data set into JSON-stat collection

Description

Convert data set into JSON-stat collection

Usage

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


[Package jsonstat version 0.0.2 Index]