{"package":"shiny","category":"absolutePanel","update":"Panel with absolute positioning"} {"package":"shiny","category":"actionButton","update":"Action button link"} {"package":"shiny","category":"bookmarkButton","update":"Create a button for bookmarking sharing"} {"package":"shiny","category":"bootstrapLib","update":"Bootstrap libraries"} {"package":"shiny","category":"bootstrapPage","update":"Create a Bootstrap page"} {"package":"shiny","category":"brushedPoints","update":"Find rows of data that are selected by a brush"} {"package":"shiny","category":"brushOpts","update":"Create an object representing brushing options"} {"package":"shiny","category":"checkboxGroupInput","update":"Checkbox Group Input Control"} {"package":"shiny","category":"checkboxInput","update":"Checkbox Input Control"} {"package":"shiny","category":"clickOpts","update":"Create an object representing click options"} {"package":"shiny","category":"column","update":"Create a column within a UI definition"} {"package":"shiny","category":"conditionalPanel","update":"Conditional Panel"} {"package":"shiny","category":"createRenderFunction","update":"Implement render functions"} {"package":"shiny","category":"createWebDependency","update":"Create a web dependency"} {"package":"shiny","category":"dateInput","update":"Create date input"} {"package":"shiny","category":"dateRangeInput","update":"Create date range input"} {"package":"shiny","category":"dblclickOpts","update":"Create an object representing double click options"} {"package":"shiny","category":"debounce","update":"Slow down a reactive expression with debounce throttle"} {"package":"shiny","category":"diskCache","update":"Create a disk cache object"} {"package":"shiny","category":"downloadButton","update":"Create a download button or link"} {"package":"shiny","category":"downloadHandler","update":"File Downloads"} {"package":"shiny","category":"enableBookmarking","update":"Enable bookmarking for a Shiny application"} {"package":"shiny","category":"exportTestValues","update":"Register expressions for export in test mode"} {"package":"shiny","category":"fileInput","update":"File Upload Control"} {"package":"shiny","category":"fillPage","update":"Create a page that fills the window"} {"package":"shiny","category":"fillRow","update":"Flex Box based row column layouts"} {"package":"shiny","category":"fixedPage","update":"Create a page with a fixed layout"} {"package":"shiny","category":"flowLayout","update":"Flow layout"} {"package":"shiny","category":"fluidPage","update":"Create a page with fluid layout"} {"package":"shiny","category":"freezeReactiveValue","update":"Freeze a reactive value"} {"package":"shiny","category":"getQueryString","update":"Get the query string hash component from the URL"} {"package":"shiny","category":"headerPanel","update":"Create a header panel"} {"package":"shiny","category":"hoverOpts","update":"Create an object representing hover options"} {"package":"shiny","category":"htmlOutput","update":"Create an HTML output element"} {"package":"shiny","category":"htmlTemplate","update":"Process an HTML template"} {"package":"shiny","category":"icon","update":"Create an icon"} {"package":"shiny","category":"inputPanel","update":"Input panel"} {"package":"shiny","category":"insertTab","update":"Dynamically insert remove a tabPanel"} {"package":"shiny","category":"insertUI","update":"Insert UI objects"} {"package":"shiny","category":"installExprFunction","update":"Install an expression as a function"} {"package":"shiny","category":"invalidateLater","update":"Scheduled Invalidation"} {"package":"shiny","category":"is.reactivevalues","update":"Checks whether an object is a reactivevalues object"} {"package":"shiny","category":"isolate","update":"Create a non reactive scope for an expression"} {"package":"shiny","category":"loadSupport","update":"Load an app s supporting R files"} {"package":"shiny","category":"makeReactiveBinding","update":"Make a reactive variable"} {"package":"shiny","category":"markRenderFunction","update":"Mark a function as a render function"} {"package":"shiny","category":"maskReactiveContext","update":"Evaluate an expression without a reactive context"} {"package":"shiny","category":"memoryCache","update":"Create a memory cache object"} {"package":"shiny","category":"modalButton","update":"Create a button for a modal dialog"} {"package":"shiny","category":"modalDialog","update":"Create a modal dialog UI"} {"package":"shiny","category":"navbarPage","update":"Create a page with a top level navigation bar"} {"package":"shiny","category":"navlistPanel","update":"Create a navigation list panel"} {"package":"shiny","category":"nearPoints","update":"Find rows of data that are near a click hover double click"} {"package":"shiny","category":"NS","update":"Namespaced IDs for inputs outputs"} {"package":"shiny","category":"numericInput","update":"Create a numeric input control"} {"package":"shiny","category":"observe","update":"Create a reactive observer"} {"package":"shiny","category":"observeEvent","update":"Event handler"} {"package":"shiny","category":"onBookmark","update":"Add callbacks for Shiny session bookmarking events"} {"package":"shiny","category":"onFlush","update":"Add callbacks for Shiny session events"} {"package":"shiny","category":"onStop","update":"Run code after an application or session ends"} {"package":"shiny","category":"outputOptions","update":"Set options for an output object"} {"package":"shiny","category":"pageWithSidebar","update":"Create a page with a sidebar"} {"package":"shiny","category":"parseQueryString","update":"Parse a GET query string from a URL"} {"package":"shiny","category":"passwordInput","update":"Create a password input control"} {"package":"shiny","category":"plotOutput","update":"Create an plot or image output element"} {"package":"shiny","category":"plotPNG","update":"Run a plotting function and save the output as a PNG"} {"package":"shiny","category":"radioButtons","update":"Create radio buttons"} {"package":"shiny","category":"reactive","update":"Create a reactive expression"} {"package":"shiny","category":"reactiveFileReader","update":"Reactive file reader"} {"package":"shiny","category":"reactivePoll","update":"Reactive polling"} {"package":"shiny","category":"reactiveTimer","update":"Timer"} {"package":"shiny","category":"reactiveVal","update":"Create a single reactive value"} {"package":"shiny","category":"reactiveValues","update":"Create an object for storing reactive values"} {"package":"shiny","category":"reactiveValuesToList","update":"Convert a reactivevalues object to a list"} {"package":"shiny","category":"reactlog","update":"Reactive Log Visualizer"} {"package":"shiny","category":"registerInputHandler","update":"Register an Input Handler"} {"package":"shiny","category":"removeInputHandler","update":"Deregister an Input Handler"} {"package":"shiny","category":"removeUI","update":"Remove UI objects"} {"package":"shiny","category":"renderCachedPlot","update":"Plot output with cached images"} {"package":"shiny","category":"renderDataTable","update":"Table output with the JavaScript library DataTables"} {"package":"shiny","category":"renderImage","update":"Image file output"} {"package":"shiny","category":"renderPlot","update":"Plot Output"} {"package":"shiny","category":"renderPrint","update":"Printable Output"} {"package":"shiny","category":"renderTable","update":"Table Output"} {"package":"shiny","category":"renderText","update":"Text Output"} {"package":"shiny","category":"renderUI","update":"UI Output"} {"package":"shiny","category":"repeatable","update":"Make a random number generator repeatable"} {"package":"shiny","category":"req","update":"Check for required values"} {"package":"shiny","category":"resourcePaths","update":"Resource Publishing"} {"package":"shiny","category":"restoreInput","update":"Restore an input value"} {"package":"shiny","category":"runApp","update":"Run Shiny Application"} {"package":"shiny","category":"runExample","update":"Run Shiny Example Applications"} {"package":"shiny","category":"runGadget","update":"Run a gadget"} {"package":"shiny","category":"runUrl","update":"Run a Shiny application from a URL"} {"package":"shiny","category":"safeError","update":"Declare an error safe for the user to see"} {"package":"shiny","category":"selectInput","update":"Create a select list input control"} {"package":"shiny","category":"setBookmarkExclude","update":"Exclude inputs from bookmarking"} {"package":"shiny","category":"shinyApp","update":"Create a Shiny app object"} {"package":"shiny","category":"shinyOptions","update":"Get or set Shiny options"} {"package":"shiny","category":"shinyServer","update":"Define Server Functionality"} {"package":"shiny","category":"showBookmarkUrlModal","update":"Display a modal dialog for bookmarking"} {"package":"shiny","category":"showModal","update":"Show or remove a modal dialog"} {"package":"shiny","category":"showNotification","update":"Show or remove a notification"} {"package":"shiny","category":"showTab","update":"Dynamically hide show a tabPanel"} {"package":"shiny","category":"sidebarLayout","update":"Layout a sidebar and main area"} {"package":"shiny","category":"singleton","update":"Include content only once"} {"package":"shiny","category":"sizeGrowthRatio","update":"Create a sizing function that grows at a given ratio"} {"package":"shiny","category":"sliderInput","update":"Slider Input Widget"} {"package":"shiny","category":"splitLayout","update":"Split layout"} {"package":"shiny","category":"stopApp","update":"Stop the currently running Shiny app"} {"package":"shiny","category":"submitButton","update":"Create a submit button"} {"package":"shiny","category":"suppressDependencies","update":"Suppress web dependencies"} {"package":"shiny","category":"tableOutput","update":"Create a table output element"} {"package":"shiny","category":"tabPanel","update":"Create a tab panel"} {"package":"shiny","category":"tabsetPanel","update":"Create a tabset panel"} {"package":"shiny","category":"tag","update":"HTML Tag Object"} {"package":"shiny","category":"textAreaInput","update":"Create a textarea input control"} {"package":"shiny","category":"textInput","update":"Create a text input control"} {"package":"shiny","category":"textOutput","update":"Create a text output element"} {"package":"shiny","category":"titlePanel","update":"Create a panel containing an application title"} {"package":"shiny","category":"updateActionButton","update":"Change the label or icon of an action button on the client"} {"package":"shiny","category":"updateCheckboxGroupInput","update":"Change the value of a checkbox group input on the client"} {"package":"shiny","category":"updateCheckboxInput","update":"Change the value of a checkbox input on the client"} {"package":"shiny","category":"updateDateInput","update":"Change the value of a date input on the client"} {"package":"shiny","category":"updateDateRangeInput","update":"Change the start and end values of a date range input on the client"} {"package":"shiny","category":"updateNumericInput","update":"Change the value of a number input on the client"} {"package":"shiny","category":"updateQueryString","update":"Update URL in browser s location bar"} {"package":"shiny","category":"updateRadioButtons","update":"Change the value of a radio input on the client"} {"package":"shiny","category":"updateSelectInput","update":"Change the value of a select input on the client"} {"package":"shiny","category":"updateSliderInput","update":"Update Slider Input Widget"} {"package":"shiny","category":"updateTabsetPanel","update":"Change the selected tab on the client"} {"package":"shiny","category":"updateTextAreaInput","update":"Change the value of a textarea input on the client"} {"package":"shiny","category":"updateTextInput","update":"Change the value of a text input on the client"} {"package":"shiny","category":"urlModal","update":"Generate a modal dialog that displays a URL"} {"package":"shiny","category":"validate","update":"Validate input values and other conditions"} {"package":"shiny","category":"validateCssUnit","update":"Validate proper CSS formatting of a unit"} {"package":"shiny","category":"varSelectInput","update":"Select variables from a data frame"} {"package":"shiny","category":"verbatimTextOutput","update":"Create a verbatim text output element"} {"package":"shiny","category":"verticalLayout","update":"Lay out UI elements vertically"} {"package":"shiny","category":"wellPanel","update":"Create a well panel"} {"package":"shiny","category":"withMathJax","update":"Load the MathJax library and typeset math expressions"} {"package":"shiny","category":"withProgress","update":"Reporting progress functional API"} {"package":"shiny","category":"withTags","update":"Evaluate an expression using"} {"package":"shinyWidgets","category":"actionBttn","update":"Awesome action button"} {"package":"shinyWidgets","category":"actionGroupButtons","update":"Actions Buttons Group Inputs"} {"package":"shinyWidgets","category":"addSpinner","update":"Display a spinner above an output when this one recalculate"} {"package":"shinyWidgets","category":"animateOptions","update":"Animate options"} {"package":"shinyWidgets","category":"appendVerticalTab","update":"Mutate Vertical Tabset Panel"} {"package":"shinyWidgets","category":"awesomeCheckbox","update":"Awesome Checkbox Input Control"} {"package":"shinyWidgets","category":"awesomeCheckboxGroup","update":"Awesome Checkbox Group Input Control"} {"package":"shinyWidgets","category":"awesomeRadio","update":"Awesome Radio Buttons Input Control"} {"package":"shinyWidgets","category":"checkboxGroupButtons","update":"Buttons Group checkbox Input Control"} {"package":"shinyWidgets","category":"chooseSliderSkin","update":"Theme selector for"} {"package":"shinyWidgets","category":"circleButton","update":"Circle Action button"} {"package":"shinyWidgets","category":"closeSweetAlert","update":"Close Sweet Alert"} {"package":"shinyWidgets","category":"colorSelectorInput","update":"Color Selector Input"} {"package":"shinyWidgets","category":"confirmSweetAlert","update":"Launch a confirmation dialog"} {"package":"shinyWidgets","category":"demoAirDatepicker","update":"Some examples on how to use airDatepickerInput"} {"package":"shinyWidgets","category":"demoNoUiSlider","update":"Some examples on how to use noUiSliderInput"} {"package":"shinyWidgets","category":"downloadBttn","update":"Create a download"} {"package":"shinyWidgets","category":"dropdown","update":"Dropdown"} {"package":"shinyWidgets","category":"dropdownButton","update":"Dropdown Button"} {"package":"shinyWidgets","category":"inputSweetAlert","update":"Launch an input text dialog"} {"package":"shinyWidgets","category":"knobInput","update":"Knob Input"} {"package":"shinyWidgets","category":"materialSwitch","update":"Material Design Switch Input Control"} {"package":"shinyWidgets","category":"multiInput","update":"Create a multiselect input control"} {"package":"shinyWidgets","category":"noUiSliderInput","update":"Numeric range slider"} {"package":"shinyWidgets","category":"numericRangeInput","update":"Numeric Range Input"} {"package":"shinyWidgets","category":"pickerInput","update":"Select picker Input Control"} {"package":"shinyWidgets","category":"prettyCheckbox","update":"Pretty Checkbox Input"} {"package":"shinyWidgets","category":"prettyCheckboxGroup","update":"Pretty Checkbox Group Input Control"} {"package":"shinyWidgets","category":"prettyRadioButtons","update":"Pretty radio Buttons Input Control"} {"package":"shinyWidgets","category":"prettySwitch","update":"Pretty Switch Input"} {"package":"shinyWidgets","category":"prettyToggle","update":"Pretty Toggle Input"} {"package":"shinyWidgets","category":"progressSweetAlert","update":"Progress bar in a sweet alert"} {"package":"shinyWidgets","category":"radioGroupButtons","update":"Buttons Group Radio Input Control"} {"package":"shinyWidgets","category":"searchInput","update":"Search Input"} {"package":"shinyWidgets","category":"sendSweetAlert","update":"Display a Sweet Alert to the user"} {"package":"shinyWidgets","category":"setBackgroundColor","update":"Custom background color for your shinyapp"} {"package":"shinyWidgets","category":"setBackgroundImage","update":"Custom background image for your shinyapp"} {"package":"shinyWidgets","category":"setSliderColor","update":"Color editor for sliderInput"} {"package":"shinyWidgets","category":"sliderTextInput","update":"Slider Text Input Widget"} {"package":"shinyWidgets","category":"spectrumInput","update":"Palette Color Picker with Spectrum Library"} {"package":"shinyWidgets","category":"switchInput","update":"Bootstrap Switch Input Control"} {"package":"shinyWidgets","category":"textInputAddon","update":"Text with Add on Input Control"} {"package":"shinyWidgets","category":"toggleDropdownButton","update":"Toggle a dropdown menu"} {"package":"shinyWidgets","category":"updateAirDateInput","update":"Change the value of"} {"package":"shinyWidgets","category":"updateAwesomeCheckbox","update":"Change the value of an awesome checkbox input on the client"} {"package":"shinyWidgets","category":"updateAwesomeCheckboxGroup","update":"Change the value of a"} {"package":"shinyWidgets","category":"updateAwesomeRadio","update":"Change the value of a radio input on the client"} {"package":"shinyWidgets","category":"updateCheckboxGroupButtons","update":"Change the value of a checkboxes group buttons input on the client"} {"package":"shinyWidgets","category":"updateKnobInput","update":"Change the value of a knob input on the client"} {"package":"shinyWidgets","category":"updateMaterialSwitch","update":"Change the value of a materialSwitch input on the client"} {"package":"shinyWidgets","category":"updateMultiInput","update":"Change the value of a multi input on the client"} {"package":"shinyWidgets","category":"updateNoUiSliderInput","update":"Change the value of a no ui slider input on the client"} {"package":"shinyWidgets","category":"updateNumericRangeInput","update":"Change the value of a numeric range input"} {"package":"shinyWidgets","category":"updatePrettyCheckboxGroup","update":"Change the value of a pretty checkbox on the client"} {"package":"shinyWidgets","category":"updatePrettyRadioButtons","update":"Change the value pretty radio buttons on the client"} {"package":"shinyWidgets","category":"updateSearchInput","update":"Change the value of a search input on the client"} {"package":"shinyWidgets","category":"updateSliderTextInput","update":"Change the value of a slider text input on the client"} {"package":"shinyWidgets","category":"updateSwitchInput","update":"Change the value of a switch input on the client"} {"package":"shinyWidgets","category":"updateVerticalTabsetPanel","update":"Update selected vertical tab"} {"package":"shinyWidgets","category":"useBs4Dash","update":"Use bs4Dash in shiny"} {"package":"shinyWidgets","category":"wNumbFormat","update":"Format numbers in noUiSliderInput"} {"package":"dplyr","category":"add_rownames","update":"Convert row names to an explicit variable"} {"package":"dplyr","category":"all_equal","update":"Flexible equality comparison for data frames"} {"package":"dplyr","category":"all_vars","update":"Apply predicate to all variables"} {"package":"dplyr","category":"arrange","update":"Arrange rows by variables"} {"package":"dplyr","category":"arrange_all","update":"Arrange rows by a selection of variables"} {"package":"dplyr","category":"as.tbl_cube","update":"Coerce an existing data structure into a"} {"package":"dplyr","category":"auto_copy","update":"Copy tables to same source if necessary"} {"package":"dplyr","category":"between","update":"Do values in a numeric vector fall in specified range"} {"package":"dplyr","category":"case_when","update":"A general vectorised if"} {"package":"dplyr","category":"coalesce","update":"Find first non missing element"} {"package":"dplyr","category":"combine","update":"Combine vectors"} {"package":"dplyr","category":"compute","update":"Force computation of a database query"} {"package":"dplyr","category":"copy_to","update":"Copy a local data frame to a remote src"} {"package":"dplyr","category":"cumall","update":"Cumulativate versions of any all and mean"} {"package":"dplyr","category":"desc","update":"Descending order"} {"package":"dplyr","category":"dim_desc","update":"Describing dimensions"} {"package":"dplyr","category":"distinct","update":"Select distinct unique rows"} {"package":"dplyr","category":"distinct_all","update":"Select distinct rows by a selection of variables"} {"package":"dplyr","category":"do","update":"Do anything"} {"package":"dplyr","category":"explain","update":"Explain details of a tbl"} {"package":"dplyr","category":"failwith","update":"Fail with specified value"} {"package":"dplyr","category":"filter","update":"Return rows with matching conditions"} {"package":"dplyr","category":"filter_all","update":"Filter within a selection of variables"} {"package":"dplyr","category":"funs","update":"Create a list of functions calls"} {"package":"dplyr","category":"group_by","update":"Group by one or more variables"} {"package":"dplyr","category":"group_by_all","update":"Group by a selection of variables"} {"package":"dplyr","category":"group_by_drop_default","update":"Default value for drop argument of group by"} {"package":"dplyr","category":"group_by_prepare","update":"Same basic philosophy as group by prepare lazy dots comes in list of data and"} {"package":"dplyr","category":"group_cols","update":"Select grouping variables"} {"package":"dplyr","category":"group_data","update":"Grouping data"} {"package":"dplyr","category":"group_indices","update":"Group id"} {"package":"dplyr","category":"group_map","update":"Apply a function to each group"} {"package":"dplyr","category":"group_nest","update":"Nest a tibble using a grouping specification"} {"package":"dplyr","category":"group_size","update":"Calculate group sizes"} {"package":"dplyr","category":"group_split","update":"Split data frame by groups"} {"package":"dplyr","category":"group_trim","update":"Trim grouping structure"} {"package":"dplyr","category":"grouped_df","update":"A grouped data frame"} {"package":"dplyr","category":"groups","update":"Return grouping variables"} {"package":"dplyr","category":"id","update":"Compute a unique numeric id for each unique row in a data frame"} {"package":"dplyr","category":"ident","update":"Flag a character vector as SQL identifiers"} {"package":"dplyr","category":"if_else","update":"Vectorised if"} {"package":"dplyr","category":"make_tbl","update":"Create a tbl object"} {"package":"dplyr","category":"mutate","update":"Create or transform variables"} {"package":"dplyr","category":"mutate_all","update":"Mutate multiple columns"} {"package":"dplyr","category":"n_distinct","update":"Efficiently count the number of unique values in a set of vector"} {"package":"dplyr","category":"na_if","update":"Convert values to NA"} {"package":"dplyr","category":"near","update":"Compare two numeric vectors"} {"package":"dplyr","category":"new_grouped_df","update":"Low level construction and validation for the grouped df class"} {"package":"dplyr","category":"nth","update":"Extract the first last or nth value from a vector"} {"package":"dplyr","category":"order_by","update":"A helper function for ordering window function output"} {"package":"dplyr","category":"progress_estimated","update":"Progress bar with estimated time"} {"package":"dplyr","category":"pull","update":"Pull out a single variable"} {"package":"dplyr","category":"recode","update":"Recode values"} {"package":"dplyr","category":"rowwise","update":"Group input by rows"} {"package":"dplyr","category":"select","update":"Select rename variables by name"} {"package":"dplyr","category":"select_all","update":"Select and rename a selection of variables"} {"package":"dplyr","category":"select_vars","update":"Select variables"} {"package":"dplyr","category":"slice","update":"Choose rows by position"} {"package":"dplyr","category":"src","update":"Create a src object"} {"package":"dplyr","category":"src_local","update":"A local source"} {"package":"dplyr","category":"summarise","update":"Reduce multiple values down to a single value"} {"package":"dplyr","category":"summarise_all","update":"Summarise multiple columns"} {"package":"dplyr","category":"tally","update":"Count tally observations by group"} {"package":"dplyr","category":"tbl","update":"Create a table from a data source"} {"package":"dplyr","category":"tbl_cube","update":"A data cube tbl"} {"package":"dplyr","category":"tbl_df","update":"Create a data frame tbl"} {"package":"dplyr","category":"tbl_vars","update":"List variables provided by a tbl"} {"package":"dplyr","category":"top_n","update":"Select top or bottom n rows by value"} {"package":"dplyr","category":"vars","update":"Select variables"} {"package":"dplyr","category":"with_order","update":"Run a function with one order translating result back to original order"}