小编LBV*_*LBV的帖子

闪亮的页面标题和图像

我的UI代码如下:

ui <- navbarPage(
theme = shinytheme("paper"),
title = div(img(src="ballerlablogo.png", style="margin-top: -14px;", height = 50)),

...

)
Run Code Online (Sandbox Code Playgroud)

效果很好,但是网页选项卡上的标题看起来像这样:

标签标题

有没有一种方法可以使页面标题成为“ Baller Lab”而又不会在导航栏中删除图像或在导航栏中添加“ baller lab”文本?

这是该网站的链接:BallerLab.us

r shiny

3
推荐指数
1
解决办法
995
查看次数

标签 统计

r ×1

shiny ×1