titles-set: titles

Description Usage Arguments Value Examples

Description

Set the minid titles

Usage

1
titles(x) <- value

Arguments

x

minid object

value

the new titles list

Value

The minid object with specified titles list

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
title_list <-
  list(list(created = "Mon, 19 Mar 2018 17:43:57 GMT",
    creator = "mdarcy",
    title = paste0("AGR Data set with identifier-based references to",
              "data in cloud storage")))
titles(minid_object) <- title_list

## End(Not run)

bheavner/minidtools documentation built on Aug. 3, 2020, 4:05 a.m.