Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-sites domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the jetpack domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpforms-lite domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Notice: A função _load_textdomain_just_in_time foi chamada incorretamente. O carregamento da tradução para o domínio astra foi ativado muito cedo. Isso geralmente é um indicador de que algum código no plugin ou tema está sendo executado muito cedo. As traduções devem ser carregadas na ação init ou mais tarde. Leia como Depurar o WordPress para mais informações. (Esta mensagem foi adicionada na versão 6.7.0.) in /home/statplace/public_html/site/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/statplace/public_html/site/wp-includes/functions.php:6114) in /home/statplace/public_html/site/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":27711,"date":"2024-08-21T19:29:08","date_gmt":"2024-08-21T19:29:08","guid":{"rendered":"https:\/\/statplace.com.br\/?p=27711"},"modified":"2024-10-04T16:43:05","modified_gmt":"2024-10-04T16:43:05","slug":"introducao-ao-bs4dash","status":"publish","type":"post","link":"https:\/\/site.statplace.com.br\/blog\/introducao-ao-bs4dash\/","title":{"rendered":"Introdu\u00e7\u00e3o ao Bs4Dash"},"content":{"rendered":"\n

Artigo feito em colabora\u00e7\u00e3o com Beth\u00e2nia Kelly<\/em><\/p>\n\n\n\n

O pacote Bs4Dash \u00e9 uma extens\u00e3o do Shiny<\/strong> que permite criar dashboards modernos e responsivos utilizando o Bootstrap 4 e o AdminLTE3. O Shiny, amplamente utilizado para desenvolver aplica\u00e7\u00f5es web interativas no R, frequentemente emprega o shinydashboard, que \u00e9 baseado no Bootstrap 3. O Bs4Dash foi desenvolvido para aproveitar as funcionalidades e o design mais moderno do Bootstrap 4, permitindo uma transi\u00e7\u00e3o suave para quem j\u00e1 est\u00e1 acostumado com o shinydashboard, pois sua sintaxe \u00e9 bastante similar\u200b (David Granjon<\/a>)\u200b.<\/p>\n\n\n\n

Existem v\u00e1rios benef\u00edcios em utilizar o Bs4Dash, sendo um dos principais a possibilidade de criar dashboards com um design mais atualizado e recursos mais avan\u00e7ados<\/strong>, comparado ao Bootstrap 3. Al\u00e9m disso, o Bs4Dash oferece maior flexibilidade e customiza\u00e7\u00e3o, permitindo que os usu\u00e1rios ajustem seus dashboards para atender \u00e0s necessidades espec\u00edficas de seus projetos, tudo isso sem perder a simplicidade na migra\u00e7\u00e3o de c\u00f3digos que j\u00e1 utilizam o shinydashboard\u200b.<\/p>\n\n\n\n

Instala\u00e7\u00e3o e Configura\u00e7\u00e3o<\/strong><\/p>\n\n\n\n

Para instalar o pacote Bs4Dash, voc\u00ea dever\u00e1 usar o CRAN. Abaixo est\u00e3o os comandos necess\u00e1rios para instala\u00e7\u00e3o e carregamento do pacote:<\/p>\n\n\n\n

`install.packages(\"bs4Dash\")\n\n library(\"bs4Dash\")`<\/code><\/pre>\n\n\n\n