def_manuscript: Meta information on the manuscript

View source: R/method_process_definition.R

def_manuscriptR Documentation

Meta information on the manuscript

Description

Meta information on the manuscript

Usage

def_manuscript(
  doi = NULL,
  google_scholar_cluster_id = NULL,
  preprint_date = NULL,
  publication_date = NULL
)

Arguments

doi

A doi identifier (not an url)

google_scholar_cluster_id

The google cluster id. Finding this id is a bit tricky; you need to find the manuscript on one of the author pages, and hover over the 'All X versions' button. Example: google scholar page, screenshot.

preprint_date

Date of publication of the preprint (format: YYYY-MM-DD).

publication_date

Date of publication of the peer-reviewed manuscript (format: YYYY-MM-DD).

Examples

def_manuscript(
  doi = "101010101/1101010101",
  google_scholar_cluster_id = "1010001010101111211",
  preprint_date = "1970-01-30",
  publication_date = "1970-01-31"
)

dynwrap documentation built on July 26, 2023, 5:15 p.m.