Skip to content

CGPA CALCULATOR

Latest
Compare
Choose a tag to compare
@SAZZAD-AMT SAZZAD-AMT released this 08 Sep 19:58
· 1 commit to main since this release

library(rsconnect)

Set your account information

rsconnect::setAccountInfo(name='cgpacalculator', token='839EB9796E816193AA156197A925F2CB', secret='cdKdX5EhAwjxIXC2PN+rAtXfAEqRkaCNfmo7UfhU')

Specify the directory containing your Shiny app files

app_directory <- "C:/Users/Administrator/Desktop/CGPA/" # Replace with the actual directory path

Deploy the Shiny app

rsconnect::deployApp(appDir = app_directory)