Package 'shinyMergely'

Title: Compare and Merge Two Files with a 'Shiny' App
Description: A 'Shiny' app allowing to compare and merge two files, with syntax highlighting for several coding languages.
Authors: Stéphane Laurent [aut, cre], Jamie Peabody [ctb, cph] (Mergely), Marijn Haverbeke [ctb, cph] (CodeMirror), Leandro Vital [ctb, cph] (Bootstrap Flash Alert), Daniel Eden [ctb, cph] (animate.css)
Maintainer: Stéphane Laurent <[email protected]>
License: GPL-3
Version: 0.2.0
Built: 2024-11-19 04:40:39 UTC
Source: https://github.com/stla/shinymergely

Help Index


Shiny Mergely

Description

Launch a Shiny app allowing to compare and merge two files.

Usage

shinyMergely()

Examples

if(interactive()){
  shinyMergely()
}