Quiz on normfluodbf

library(learnr)
knitr::opts_chunk$set(echo = FALSE)

Who is the author of this package?

Hint: starts with T

quiz(
  question("Who is the author of the normfluodbf package?",
    answer("Tingwei", correct = TRUE),
    answer("Hadley"),
    answer("Amina"),
    answer("Tesla")
  ))

What is the format of the file that goes into the normfluodbf function?

Hint: Its dbf

quiz(
  question("What is the format of the file that goes into norm_tidy_dbf?",
    answer("dbf", correct = TRUE),
    answer("dat"),
    answer("csv"),
    answer("tsv")
  ))

How many functions are found in the package?

Hint: Its 4

quiz(
  question("How many functions are found in the package?",
    answer("4", correct = TRUE),
    answer("3"),
    answer("2"),
    answer("1")
  ))

Which is the main function in the package?

Hint: Its norm_tidy_dbf

quiz(
  question("Which is the main function in the package?",
    answer("min_max_norm"),
    answer("generic_identifier"),
    answer("norm_tidy_dbf", correct = TRUE),
    answer("unique_identifier")
  ))

What is the output to the main function?

Hint: Its a Normalized data frame

quiz(
  question("Which is the main function in the package?",
    answer("Data frame"),
    answer("Vector"),
    answer("Normalized data frame", correct = TRUE),
    answer("unique data")
  ))


Try the normfluodbf package in your browser

Any scripts or data that you put into this service are public.

normfluodbf documentation built on Sept. 28, 2024, 1:06 a.m.