Showinfo: Showinfo

Description Usage Author(s) References Examples

View source: R/Showinfo.R

Description

it is a dataframe of all the info used for the research

Usage

1

Author(s)

aaaa

References

www.google.it

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function ()
{
    data <- system.file("extdata", "Data.csv", package = "nation")
    x <- read.csv(data)
    y <- c("COUNTRIES", "Number", "cont", "perc")
    names(x) <- y
    return(x)
  }

unimi-dse/a903d60e documentation built on Feb. 3, 2020, 8:11 p.m.