Skip to contents

Deprecated. Use `tame_subnat` instead.

Usage

tame_plhiv(filepath)

Arguments

filepath

file path to the Target Setting Tool importing, must be .xlsx

See also

Other primary: tame_dp(), tame_subnat()

Examples

if (FALSE) {
#DP file path
  path <- "../Downloads/DataPack_Jupiter_20200218.xlsx"
#read in Target Setting Tool
  df_subnat <- tame_subnat(path)
}