adding_city: Update markers of cities

Description Usage Arguments Value Author(s) Examples

View source: R/map_cinema.R

Description

This function updates the plot generated with function plot_city with the new markers avaiable on a new data set, that's created base in the reactive results of a shiny app.

Usage

1
adding_city(mapID, x)

Arguments

x

A database with at least the colums of Latitude, Longitude, cinema, Address, Telephone and Webpage related to several movies.

mapId

The ID of a map plot created with function plot_city that has to be updated.

Value

The updated plot of function plot_city with the markers specified by the filters in a shiny app.

Author(s)

Ines Guardans, Guillaume Lakah, Monica Navarro & Mathieu Schnyder

Examples

1
adding_city(mapID,x)devto

monavarro/ptds2019FinalG4 documentation built on Dec. 19, 2019, 4:08 a.m.