AMR/R/globals.R

98 lines
3.6 KiB
R
Raw Normal View History

2018-02-21 11:52:31 +01:00
# ==================================================================== #
# TITLE #
# Antimicrobial Resistance (AMR) Analysis #
# #
2019-01-02 23:24:07 +01:00
# SOURCE #
# https://gitlab.com/msberends/AMR #
2018-02-21 11:52:31 +01:00
# #
# LICENCE #
2019-01-02 23:24:07 +01:00
# (c) 2019 Berends MS (m.s.berends@umcg.nl), Luz CF (c.f.luz@umcg.nl) #
2018-02-21 11:52:31 +01:00
# #
2019-01-02 23:24:07 +01:00
# This R package is free software; you can freely use and distribute #
# it for both personal and commercial purposes under the terms of the #
# GNU General Public License version 2.0 (GNU GPL-2), as published by #
# the Free Software Foundation. #
# #
# This R package was created for academic research and was publicly #
# released in the hope that it will be useful, but it comes WITHOUT #
# ANY WARRANTY OR LIABILITY. #
# Visit our website for more info: https://msberends.gitab.io/AMR. #
2018-02-21 11:52:31 +01:00
# ==================================================================== #
2019-01-15 16:38:54 +01:00
2018-09-01 21:19:46 +02:00
globalVariables(c(".",
2019-01-15 16:38:54 +01:00
"atc",
2019-01-04 09:49:42 +01:00
"certe",
2019-01-15 16:38:54 +01:00
"official",
2019-01-04 09:49:42 +01:00
"trade_name",
"umcg",
2019-01-15 16:38:54 +01:00
'se_min',
'se_max',
'labs',
'transmute',
'observed',
2018-09-24 23:33:29 +02:00
"..property",
2018-09-01 21:19:46 +02:00
"antibiotic",
"Antibiotic",
"antibiotics",
2018-09-24 23:33:29 +02:00
"authors",
2018-10-01 11:39:43 +02:00
"Becker",
2018-09-01 21:19:46 +02:00
"cnt",
"count",
2018-10-01 11:39:43 +02:00
"count.x",
"count.y",
2018-09-01 21:19:46 +02:00
"cum_count",
"cum_percent",
"date_lab",
2018-10-01 14:44:40 +02:00
"diff.percent",
2018-09-01 21:19:46 +02:00
"fctlvl",
"first_isolate_row_index",
"Freq",
2018-09-24 23:33:29 +02:00
"fullname",
2018-09-01 21:19:46 +02:00
"genus",
"gramstain",
2018-11-16 22:28:55 +01:00
"index",
2018-09-01 21:19:46 +02:00
"Interpretation",
"item",
"key_ab",
"key_ab_lag",
"key_ab_other",
2018-10-01 11:39:43 +02:00
"Lancefield",
2018-09-16 22:11:17 +02:00
"lbl",
2018-09-01 21:19:46 +02:00
"median",
"mic",
"microorganisms",
2018-09-24 23:33:29 +02:00
"microorganisms.old",
2018-10-31 12:10:49 +01:00
"microorganismsDT",
"microorganisms.prevDT",
"microorganisms.unprevDT",
"microorganisms.oldDT",
2018-11-24 20:25:09 +01:00
"microorganisms.certe",
"microorganisms.umcg",
2018-09-01 21:19:46 +02:00
"mo",
2018-09-24 23:33:29 +02:00
"mo.old",
2019-01-02 23:24:07 +01:00
"more_than_episode_ago",
2018-09-01 21:19:46 +02:00
"n",
2018-09-24 23:33:29 +02:00
"name",
2018-09-01 21:19:46 +02:00
"observations",
"other_pat_or_mo",
"Pasted",
"patient_id",
"prevalence",
2018-10-23 14:59:36 +02:00
"psae",
2018-09-01 21:19:46 +02:00
"R",
2018-10-01 14:44:40 +02:00
"ref",
2018-09-01 21:19:46 +02:00
"real_first_isolate",
"S",
"septic_patients",
"shortname",
2018-09-01 21:19:46 +02:00
"species",
2018-09-24 23:33:29 +02:00
"tsn",
"tsn_new",
2018-09-01 21:19:46 +02:00
"value",
2018-09-16 22:11:17 +02:00
"Value",
2018-09-24 23:33:29 +02:00
"y",
"year"))