November 2017
Beginner to intermediate
366 pages
7h 59m
English
Our RShiny application will have the following features,
Let us see the code for the user interface:
ui <- fluidPage( navbarPage("Record Linkage", tabPanel("Load" , dataTableOutput("records") ), tabPanel("Weights Method" ,plotOutput("weightplot") ,sliderInput("lowerthreshold", "Weight Lower threshold:", min = 0.0, max = 1.0, value =0.2) ,sliderInput("upperthreshold", "Weight ...Read now
Unlock full access