scitations-package: Citations for R.

scitations-packageR Documentation

Citations for R.

Description

scitations is meant to make it easy to work with citations, whether in tidy format or not, and to convert from various formats to citations, and to various formats.

Details

The package introduces a simple S3 class called a 'scitation' that we can then perform many operations with or on.

There are other bibliographic packages out there - this package tries not to duplicate their efforts, while striving for a fun to use citation workflow.

Scitations

The package is called scitations, but we also refer to the citation objects by the same name. The objects are simple S3 classes, for which you can access any element with $, or [, or [[.

Package API

  • scitation - create a scitation

  • as.scitation - coerce objects to a scitation

  • scitation_df - make a set of tidy scitations

  • work_types - get work types metadata, and required fields

Author(s)

Scott Chamberlain myrmecocystus@gmail.com


ropenscilabs/scitations documentation built on May 18, 2022, 8:31 p.m.