MakeENlist: create ENote journal list .txt to help annotation in ENote...

Description Usage Arguments Author(s) Examples

View source: R/Anno_AnnotateJournal.R

Description

MakeENlist create ENote journal list .txt to help annotation in ENote software.

Usage

1
2
3
MakeENlist(data = journals, journal.name.col = "journals",
  abbr.col = "abbr", ISSN.col = "issn", IF.col = "IF",
  IF.interval = "-", names = "love")

Arguments

data

data frame or a matrix

journal.name.col

the colname of journal full name

abbr.col

the colname of journal abbreviation names

ISSN.col

the colname of ISSN code

IF.col

the colname of IF

names

part of saved file name

Author(s)

Weibin Huang<654751191@qq.com>

Examples

1
2
3
4
5
6
7
8
## Use a journals data
MakeENlist(data = journals,
          journal.name.col="journals",
          abbr.col = "abbr",
          ISSN.col="issn",
          IF.col = "IF",
          IF.interval = "-",
          names = "love")

shijianasdf/BasicBioinformaticsAnalysisFromZhongShan documentation built on Jan. 3, 2020, 10:08 p.m.