export_netigate: Export to netigate

Description Usage Arguments Author(s) Examples

View source: R/internal.R

Description

This function loops through the specified questionnaire and passes each question to the clipboard, with the correct formatting for Netigate's magic import.

Usage

1
2
export_netigate(x, study = NULL, segment = NULL, year = NULL,
  entity = NULL)

Arguments

x

The questionnaire (data.frame).

study

Name of the study.

segment

Filter by segment (B2B/B2C).

year

Optional: Filter the annual edition of the questionnaire. Defaults to current year.

entity

Optional: Replace {XX} with something else.

Author(s)

Kristian D. Olsen

Examples

1
2
3
4
5
## Not run: 
  q <- read_data("master questionnaire.xlsx", sheet = "questionnaires")
  export_netigate(q, study = "Banking", segment = "B2C", year = 2016)

## End(Not run)

itsdalmo/reporttoolDT documentation built on May 18, 2019, 7:11 a.m.