Description Usage Arguments Examples
Obtener muestra desde poblacion
1 2 | get_sample_bcocmr(dpob, nmuestra = 118626, ponderado = TRUE,
seed = 1234)
|
dpob |
dpob |
nmuestra |
nmuestra |
ponderado |
ponderado |
seed |
seed |
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
library(modflblla)
library(tidyverse)
con <- DBI::dbConnect(odbc::odbc(), driver = "Microsoft SQL Server", dsn = "ve_paris")
DBI::dbSendQuery(con, "USE MATRIX")
dpob <- tbl(con, "DATA_CMR_BCO_RENEG")
get_sample_bcocmr(dpob)
get_sample_bcocmr(dpob, 300000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.