popProjek: popProjek

View source: R/popProject.R

popProjekR Documentation

popProjek

Description

Projects a sample population onto population

Usage

popProjek(
  df = qol,
  var = "sol_energy_coal_ignition",
  place = "place",
  pop = data.frame(eMbalenhle = 35404, Lebohang = 8908, eMzinoni = 10310, KwaDela =
    982),
  latex = TRUE,
  xlsx = TRUE,
  dirr = tabdir,
  verbose = FALSE,
  debug = FALSE,
  c.loc = "bottom"
)

Arguments

df

Data frame containing data to be used

var

Character string that specifies the variable under consideration

pop

Data frame containing populations

latex

Logical that outputs latex table if TRUE

xlsx

Logical that writes xlxs tables if TRUE

dirr

Directory that output will be stored in

verbose

Logical displaying message is TRUE

debug

Logical Initializes debugging if TRUE


NovaInstitute/novaInventories documentation built on March 19, 2022, 2:36 a.m.